#04320C

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

Shades of Deep Fir #04320C

Tints of Deep Fir #04320C

Color information

#04320C (or 0x04320C) is unknown color: approx Deep Fir. HEX triplet: 04, 32 and 0C. RGB value is (4,50,12). Sum of RGB (Red+Green+Blue) = 4+50+12=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #04320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320C is #FBCDF3. Grayscale: #202020. Windows color (decimal): -16502260 or 799236. OLE color: 799236.

HSL color Cylindrical-coordinate representation of color #04320C: hue angle of 130.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04320C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB45012-
CMYK0.9200.760.80
HSL130.43º85.19%10.59%-
HSV(B)130.43º92%19.61%-
XYZ1.262.330.73-
YUV31.91116.76108.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 50 (19.92% from 255) = 75.76%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=6.06%
G=75.76%
B=18.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450120.9200.760.80130.4385.1910.59
Hex432C5C04C508255b
Octal46214134011412020212513
Binary100110010110010111000100110010100001000001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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