#044410

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

Shades of Deep Fir #044410

Tints of Deep Fir #044410

Color information

#044410 (or 0x044410) is unknown color: approx Deep Fir. HEX triplet: 04, 44 and 10. RGB value is (4,68,16). Sum of RGB (Red+Green+Blue) = 4+68+16=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #044410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044410 is #FBBBEF. Grayscale: #2B2B2B. Windows color (decimal): -16497648 or 1065988. OLE color: 1065988.

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

Color convert

RGB46816-
CMYK0.9400.760.73
HSL131.25º88.89%14.12%-
HSV(B)131.25º94.12%26.67%-
XYZ2.214.21.18-
YUV42.94112.8100.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 68 (26.95% from 255) = 77.27%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=4.55%
G=77.27%
B=18.18%

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
Decimal468160.9400.760.73131.2588.8914.12
Hex444105E04C498359e
Octal410420136011411120313116
Binary10010001001000010111100100110010010011000001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044410; }

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

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

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

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

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

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

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

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