#044811

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

Shades of Deep Fir #044811

Tints of Deep Fir #044811

Color information

#044811 (or 0x044811) is unknown color: approx Deep Fir. HEX triplet: 04, 48 and 11. RGB value is (4,72,17). Sum of RGB (Red+Green+Blue) = 4+72+17=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #044811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044811 is #FBB7EE. Grayscale: #2D2D2D. Windows color (decimal): -16496623 or 1132548. OLE color: 1132548.

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

Color convert

RGB47217-
CMYK0.9400.760.72
HSL131.47º89.47%14.9%-
HSV(B)131.47º94.44%28.24%-
XYZ2.474.71.31-
YUV45.4111.9798.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 72 (28.52% from 255) = 77.42%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=4.30%
G=77.42%
B=18.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472170.9400.760.72131.4789.4714.9
Hex448115E04C488359f
Octal411021136011411020313117
Binary10010010001000110111100100110010010001000001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044811; }

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

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

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

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

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

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

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

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