#04320A

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

Shades of Deep Fir #04320A

Tints of Deep Fir #04320A

Color information

#04320A (or 0x04320A) is unknown color: approx Deep Fir. HEX triplet: 04, 32 and 0A. RGB value is (4,50,10). Sum of RGB (Red+Green+Blue) = 4+50+10=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #04320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320A is #FBCDF5. Grayscale: #1F1F1F. Windows color (decimal): -16502262 or 668164. OLE color: 668164.

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

Color convert

RGB45010-
CMYK0.9200.800.80
HSL127.83º85.19%10.59%-
HSV(B)127.83º92%19.61%-
XYZ1.252.330.67-
YUV31.69115.76108.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 50 (19.92% from 255) = 78.12%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=6.25%
G=78.12%
B=15.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450100.9200.800.80127.8385.1910.59
Hex432A5C050508055b
Octal46212134012012020012513
Binary100110010101010111000101000010100001000000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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