#044215

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

Shades of Deep Fir #044215

Tints of Deep Fir #044215

Color information

#044215 (or 0x044215) is unknown color: approx Deep Fir. HEX triplet: 04, 42 and 15. RGB value is (4,66,21). Sum of RGB (Red+Green+Blue) = 4+66+21=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 66 (26.17% from 255 or 72.53% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 66 - color contains mainly: green. Hex color #044215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044215 is #FBBDEA. Grayscale: #2A2A2A. Windows color (decimal): -16498155 or 1393156. OLE color: 1393156.

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

Color convert

RGB46621-
CMYK0.9400.680.74
HSL136.45º88.57%13.73%-
HSV(B)136.45º93.94%25.88%-
XYZ2.133.981.36-
YUV42.33115.96100.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 66 (26.17% from 255) = 72.53%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=4.40%
G=72.53%
B=23.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466210.9400.680.74136.4588.5713.73
Hex442155E0444A8859e
Octal410225136010411221013116
Binary10010000101010110111100100010010010101000100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044215; }

 p { color: rgb(4,66,21); }

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

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

 a { background-color: rgb(4,66,21); }

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

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

 span { border-color: rgb(4,66,21); }

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