#04370C

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

Shades of Deep Fir #04370C

Tints of Deep Fir #04370C

Color information

#04370C (or 0x04370C) is unknown color: approx Deep Fir. HEX triplet: 04, 37 and 0C. RGB value is (4,55,12). Sum of RGB (Red+Green+Blue) = 4+55+12=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #04370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370C is #FBC8F3. Grayscale: #222222. Windows color (decimal): -16500980 or 800516. OLE color: 800516.

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

Color convert

RGB45512-
CMYK0.9300.780.78
HSL129.41º86.44%11.57%-
HSV(B)129.41º92.73%21.57%-
XYZ1.482.780.81-
YUV34.85115.1106-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 55 (21.88% from 255) = 77.46%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=5.63%
G=77.46%
B=16.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455120.9300.780.78129.4186.4411.57
Hex437C5D04E4E8156c
Octal46714135011611620112614
Binary100110111110010111010100111010011101000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,55,12); }

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

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

 a { background-color: rgb(4,55,12); }

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

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

 span { border-color: rgb(4,55,12); }

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