#04370A

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

Shades of Deep Fir #04370A

Tints of Deep Fir #04370A

Color information

#04370A (or 0x04370A) is unknown color: approx Deep Fir. HEX triplet: 04, 37 and 0A. RGB value is (4,55,10). Sum of RGB (Red+Green+Blue) = 4+55+10=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 55 (21.88% from 255 or 79.71% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 55 - color contains mainly: green. Hex color #04370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04370A is #FBC8F5. Grayscale: #222222. Windows color (decimal): -16500982 or 669444. OLE color: 669444.

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

Color convert

RGB45510-
CMYK0.9300.820.78
HSL127.06º86.44%11.57%-
HSV(B)127.06º92.73%21.57%-
XYZ1.472.780.75-
YUV34.62114.1106.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 55 (21.88% from 255) = 79.71%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=5.80%
G=79.71%
B=14.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455100.9300.820.78127.0686.4411.57
Hex437A5D0524E7f56c
Octal46712135012211617712614
Binary10011011110101011101010100101001110111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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