#033912

Color #033912 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #033912

Tints of Deep Fir #033912

Color information

#033912 (or 0x033912) is unknown color: approx Deep Fir. HEX triplet: 03, 39 and 12. RGB value is (3,57,18). Sum of RGB (Red+Green+Blue) = 3+57+18=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #033912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033912 is #FCC6ED. Grayscale: #242424. Windows color (decimal): -16565998 or 1194243. OLE color: 1194243.

HSL color Cylindrical-coordinate representation of color #033912: hue angle of 136.67º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033912 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB35718-
CMYK0.9500.680.78
HSL136.67º90%11.76%-
HSV(B)136.67º94.74%22.35%-
XYZ1.612.991.06-
YUV36.41117.61104.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 57 (22.66% from 255) = 73.08%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=3.85%
G=73.08%
B=23.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357180.9500.680.78136.679011.76
Hex339125F0444E895ac
Octal37122137010411621113214
Binary111110011001010111110100010010011101000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033912; }

 p { color: rgb(3,57,18); }

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

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

 a { background-color: rgb(3,57,18); }

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

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

 span { border-color: rgb(3,57,18); }

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