#04370E

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

Shades of Deep Fir #04370E

Tints of Deep Fir #04370E

Color information

#04370E (or 0x04370E) is unknown color: approx Deep Fir. HEX triplet: 04, 37 and 0E. RGB value is (4,55,14). Sum of RGB (Red+Green+Blue) = 4+55+14=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #04370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370E is #FBC8F1. Grayscale: #232323. Windows color (decimal): -16500978 or 931588. OLE color: 931588.

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

Color convert

RGB45514-
CMYK0.9300.750.78
HSL131.76º86.44%11.57%-
HSV(B)131.76º92.73%21.57%-
XYZ1.52.790.88-
YUV35.08116.1105.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 55 (21.88% from 255) = 75.34%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=5.48%
G=75.34%
B=19.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455140.9300.750.78131.7686.4411.57
Hex437E5D04B4E8456c
Octal46716135011311620412614
Binary100110111111010111010100101110011101000010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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