#03834C

Color #03834C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #03834C

Tints of Salem #03834C

Color information

#03834C (or 0x03834C) is unknown color: approx Salem. HEX triplet: 03, 83 and 4C. RGB value is (3,131,76). Sum of RGB (Red+Green+Blue) = 3+131+76=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #03834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03834C is #FC7CB3. Grayscale: #565656. Windows color (decimal): -16546996 or 5014275. OLE color: 5014275.

HSL color Cylindrical-coordinate representation of color #03834C: hue angle of 154.22º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03834C is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB313176-
CMYK0.9800.420.49
HSL154.22º95.52%26.27%-
HSV(B)154.22º97.71%51.37%-
XYZ9.4616.779.58-
YUV86.46122.0968.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 131 (51.56% from 255) = 62.38%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=1.43%
G=62.38%
B=36.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3131760.9800.420.49154.2295.5226.27
Hex3834C6202A319a601a
Octal32031141420526123214032
Binary111000001110011001100010010101011000110011010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03834C; }

 p { color: rgb(3,131,76); }

 H1.HeaderClassName
 {
   color: #03834C;
 }
 .AnyTagClassName
 {
   color: #03834C;
 }
</style>
background-color css

<style>
 a { background-color: #03834C; }

 a { background-color: rgb(3,131,76); }

 div.DivClassName
 {
   background-color: #03834C;
 }
 .BgClassName
 {
   background-color: #03834C;
 }
</style>
border-color css

<style>
 span { border-color: #03834C; }

 span { border-color: rgb(3,131,76); }

 td.TdClassName
 {
   border-color: #03834C;
 }
 .TagClassName
 {
   border-color: #03834C;
 }
</style>