#044611

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

Shades of Deep Fir #044611

Tints of Deep Fir #044611

Color information

#044611 (or 0x044611) is unknown color: approx Deep Fir. HEX triplet: 04, 46 and 11. RGB value is (4,70,17). Sum of RGB (Red+Green+Blue) = 4+70+17=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #044611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044611 is #FBB9EE. Grayscale: #2C2C2C. Windows color (decimal): -16497135 or 1132036. OLE color: 1132036.

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

Color convert

RGB47017-
CMYK0.9400.760.73
HSL131.82º89.19%14.51%-
HSV(B)131.82º94.29%27.45%-
XYZ2.344.451.27-
YUV44.22112.6399.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 70 (27.73% from 255) = 76.92%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=4.40%
G=76.92%
B=18.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470170.9400.760.73131.8289.1914.51
Hex446115E04C498459f
Octal410621136011411120413117
Binary10010001101000110111100100110010010011000010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044611; }

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

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

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

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

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

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

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

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