#044E11

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

Shades of Deep Fir #044E11

Tints of Deep Fir #044E11

Color information

#044E11 (or 0x044E11) is unknown color: approx Deep Fir. HEX triplet: 04, 4E and 11. RGB value is (4,78,17). Sum of RGB (Red+Green+Blue) = 4+78+17=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 78 (30.86% from 255 or 78.79% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 78 - color contains mainly: green. Hex color #044E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E11 is #FBB1EE. Grayscale: #313131. Windows color (decimal): -16495087 or 1134084. OLE color: 1134084.

HSL color Cylindrical-coordinate representation of color #044E11: hue angle of 130.54º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E11 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB47817-
CMYK0.9500.780.69
HSL130.54º90.24%16.08%-
HSV(B)130.54º94.87%30.59%-
XYZ2.885.521.44-
YUV48.92109.9895.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 78 (30.86% from 255) = 78.79%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=4.04%
G=78.79%
B=17.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal478170.9500.780.69130.5490.2416.08
Hex44E115F04E45835a10
Octal411621137011610520313220
Binary100100111010001101111101001110100010110000011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044E11; }

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

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

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

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

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

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

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

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