#044411

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

Shades of Deep Fir #044411

Tints of Deep Fir #044411

Color information

#044411 (or 0x044411) is unknown color: approx Deep Fir. HEX triplet: 04, 44 and 11. RGB value is (4,68,17). Sum of RGB (Red+Green+Blue) = 4+68+17=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 68 (26.95% from 255 or 76.40% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 68 - color contains mainly: green. Hex color #044411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044411 is #FBBBEE. Grayscale: #2B2B2B. Windows color (decimal): -16497647 or 1131524. OLE color: 1131524.

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

Color convert

RGB46817-
CMYK0.9400.750.73
HSL132.19º88.89%14.12%-
HSV(B)132.19º94.12%26.67%-
XYZ2.224.21.22-
YUV43.05113.3100.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 68 (26.95% from 255) = 76.40%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=4.49%
G=76.40%
B=19.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468170.9400.750.73132.1988.8914.12
Hex444115E04B498459e
Octal410421136011311120413116
Binary10010001001000110111100100101110010011000010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044411; }

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

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

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

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

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

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

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

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