#04320B

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

Shades of Deep Fir #04320B

Tints of Deep Fir #04320B

Color information

#04320B (or 0x04320B) is unknown color: approx Deep Fir. HEX triplet: 04, 32 and 0B. RGB value is (4,50,11). Sum of RGB (Red+Green+Blue) = 4+50+11=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #04320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320B is #FBCDF4. Grayscale: #1F1F1F. Windows color (decimal): -16502261 or 733700. OLE color: 733700.

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

Color convert

RGB45011-
CMYK0.9200.780.80
HSL129.13º85.19%10.59%-
HSV(B)129.13º92%19.61%-
XYZ1.252.330.7-
YUV31.8116.26108.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 50 (19.92% from 255) = 76.92%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=6.15%
G=76.92%
B=16.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450110.9200.780.80129.1385.1910.59
Hex432B5C04E508155b
Octal46213134011612020112513
Binary100110010101110111000100111010100001000000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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