#04390C

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

Shades of Deep Fir #04390C

Tints of Deep Fir #04390C

Color information

#04390C (or 0x04390C) is unknown color: approx Deep Fir. HEX triplet: 04, 39 and 0C. RGB value is (4,57,12). Sum of RGB (Red+Green+Blue) = 4+57+12=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #04390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04390C is #FBC6F3. Grayscale: #242424. Windows color (decimal): -16500468 or 801028. OLE color: 801028.

HSL color Cylindrical-coordinate representation of color #04390C: hue angle of 129.06º degrees, saturation: 0.87, 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 #04390C is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB45712-
CMYK0.9300.790.78
HSL129.06º86.89%11.96%-
HSV(B)129.06º92.98%22.35%-
XYZ1.582.980.84-
YUV36.02114.44105.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 57 (22.66% from 255) = 78.08%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=5.48%
G=78.08%
B=16.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal457120.9300.790.78129.0686.8911.96
Hex439C5D04F4E8157c
Octal47114135011711620112714
Binary100111001110010111010100111110011101000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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