#04320D

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

Shades of Deep Fir #04320D

Tints of Deep Fir #04320D

Color information

#04320D (or 0x04320D) is unknown color: approx Deep Fir. HEX triplet: 04, 32 and 0D. RGB value is (4,50,13). Sum of RGB (Red+Green+Blue) = 4+50+13=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #04320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320D is #FBCDF2. Grayscale: #202020. Windows color (decimal): -16502259 or 864772. OLE color: 864772.

HSL color Cylindrical-coordinate representation of color #04320D: hue angle of 131.74º 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 #04320D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB45013-
CMYK0.9200.740.80
HSL131.74º85.19%10.59%-
HSV(B)131.74º92%19.61%-
XYZ1.262.340.77-
YUV32.03117.26108.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 50 (19.92% from 255) = 74.63%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=5.97%
G=74.63%
B=19.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450130.9200.740.80131.7485.1910.59
Hex432D5C04A508455b
Octal46215134011212020412513
Binary100110010110110111000100101010100001000010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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