#044912

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

Shades of Deep Fir #044912

Tints of Deep Fir #044912

Color information

#044912 (or 0x044912) is unknown color: approx Deep Fir. HEX triplet: 04, 49 and 12. RGB value is (4,73,18). Sum of RGB (Red+Green+Blue) = 4+73+18=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #044912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044912 is #FBB6ED. Grayscale: #2E2E2E. Windows color (decimal): -16496366 or 1198340. OLE color: 1198340.

HSL color Cylindrical-coordinate representation of color #044912: hue angle of 132.17º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044912 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB47318-
CMYK0.9500.750.71
HSL132.17º89.61%15.1%-
HSV(B)132.17º94.52%28.63%-
XYZ2.544.831.37-
YUV46.1112.1497.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 73 (28.91% from 255) = 76.84%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=4.21%
G=76.84%
B=18.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473180.9500.750.71132.1789.6115.1
Hex449125F04B47845af
Octal411122137011310720413217
Binary10010010011001010111110100101110001111000010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044912; }

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

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

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

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

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

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

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

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