#04370B

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

Shades of Deep Fir #04370B

Tints of Deep Fir #04370B

Color information

#04370B (or 0x04370B) is unknown color: approx Deep Fir. HEX triplet: 04, 37 and 0B. RGB value is (4,55,11). Sum of RGB (Red+Green+Blue) = 4+55+11=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 55 (21.88% from 255 or 78.57% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 55 - color contains mainly: green. Hex color #04370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370B is #FBC8F4. Grayscale: #222222. Windows color (decimal): -16500981 or 734980. OLE color: 734980.

HSL color Cylindrical-coordinate representation of color #04370B: hue angle of 128.24º 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 #04370B is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB45511-
CMYK0.9300.80.78
HSL128.24º86.44%11.57%-
HSV(B)128.24º92.73%21.57%-
XYZ1.482.780.78-
YUV34.73114.6106.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.71%
GREEN value IS 55 (21.88% from 255) = 78.57%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=5.71%
G=78.57%
B=15.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455110.9300.80.78128.2486.4411.57
Hex437B5D0504E8056c
Octal46713135012011620012614
Binary100110111101110111010101000010011101000000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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