#044210

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

Shades of Deep Fir #044210

Tints of Deep Fir #044210

Color information

#044210 (or 0x044210) is unknown color: approx Deep Fir. HEX triplet: 04, 42 and 10. RGB value is (4,66,16). Sum of RGB (Red+Green+Blue) = 4+66+16=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #044210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044210 is #FBBDEF. Grayscale: #292929. Windows color (decimal): -16498160 or 1065476. OLE color: 1065476.

HSL color Cylindrical-coordinate representation of color #044210: hue angle of 131.61º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044210 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB46616-
CMYK0.9400.760.74
HSL131.61º88.57%13.73%-
HSV(B)131.61º93.94%25.88%-
XYZ2.093.961.14-
YUV41.76113.46101.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 66 (26.17% from 255) = 76.74%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=4.65%
G=76.74%
B=18.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466160.9400.760.74131.6188.5713.73
Hex442105E04C4A8459e
Octal410220136011411220413116
Binary10010000101000010111100100110010010101000010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044210; }

 p { color: rgb(4,66,16); }

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

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

 a { background-color: rgb(4,66,16); }

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

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

 span { border-color: rgb(4,66,16); }

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