#044212

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

Shades of Deep Fir #044212

Tints of Deep Fir #044212

Color information

#044212 (or 0x044212) is unknown color: approx Deep Fir. HEX triplet: 04, 42 and 12. RGB value is (4,66,18). Sum of RGB (Red+Green+Blue) = 4+66+18=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #044212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044212 is #FBBDED. Grayscale: #2A2A2A. Windows color (decimal): -16498158 or 1196548. OLE color: 1196548.

HSL color Cylindrical-coordinate representation of color #044212: hue angle of 133.55º 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 #044212 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB46618-
CMYK0.9400.730.74
HSL133.55º88.57%13.73%-
HSV(B)133.55º93.94%25.88%-
XYZ2.113.971.23-
YUV41.99114.46100.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 66 (26.17% from 255) = 75%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=4.55%
G=75%
B=20.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466180.9400.730.74133.5588.5713.73
Hex442125E0494A8659e
Octal410222136011111220613116
Binary10010000101001010111100100100110010101000011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044212; }

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

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

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

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

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

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

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

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