#044612

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

Shades of Deep Fir #044612

Tints of Deep Fir #044612

Color information

#044612 (or 0x044612) is unknown color: approx Deep Fir. HEX triplet: 04, 46 and 12. RGB value is (4,70,18). Sum of RGB (Red+Green+Blue) = 4+70+18=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #044612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044612 is #FBB9ED. Grayscale: #2C2C2C. Windows color (decimal): -16497134 or 1197572. OLE color: 1197572.

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

Color convert

RGB47018-
CMYK0.9400.740.73
HSL132.73º89.19%14.51%-
HSV(B)132.73º94.29%27.45%-
XYZ2.354.451.31-
YUV44.34113.1399.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=4.35%
G=76.09%
B=19.57%

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
Decimal470180.9400.740.73132.7389.1914.51
Hex446125E04A498559f
Octal410622136011211120513117
Binary10010001101001010111100100101010010011000010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044612; }

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

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

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

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

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

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

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

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