#044512

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

Shades of Deep Fir #044512

Tints of Deep Fir #044512

Color information

#044512 (or 0x044512) is unknown color: approx Deep Fir. HEX triplet: 04, 45 and 12. RGB value is (4,69,18). Sum of RGB (Red+Green+Blue) = 4+69+18=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #044512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044512 is #FBBAED. Grayscale: #2B2B2B. Windows color (decimal): -16497390 or 1197316. OLE color: 1197316.

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

Color convert

RGB46918-
CMYK0.9400.740.73
HSL132.92º89.04%14.31%-
HSV(B)132.92º94.2%27.06%-
XYZ2.294.331.29-
YUV43.75113.4799.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 69 (27.34% from 255) = 75.82%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=4.40%
G=75.82%
B=19.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469180.9400.740.73132.9289.0414.31
Hex445125E04A498559e
Octal410522136011211120513116
Binary10010001011001010111100100101010010011000010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044512; }

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

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

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

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

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

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

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

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