#044910

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

Shades of Deep Fir #044910

Tints of Deep Fir #044910

Color information

#044910 (or 0x044910) is unknown color: approx Deep Fir. HEX triplet: 04, 49 and 10. RGB value is (4,73,16). Sum of RGB (Red+Green+Blue) = 4+73+16=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 73 (28.91% from 255 or 78.49% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 73 - color contains mainly: green. Hex color #044910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044910 is #FBB6EF. Grayscale: #2E2E2E. Windows color (decimal): -16496368 or 1067268. OLE color: 1067268.

HSL color Cylindrical-coordinate representation of color #044910: hue angle of 130.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044910 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB47316-
CMYK0.9500.780.71
HSL130.43º89.61%15.1%-
HSV(B)130.43º94.52%28.63%-
XYZ2.534.831.29-
YUV45.87111.1498.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 73 (28.91% from 255) = 78.49%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=4.30%
G=78.49%
B=17.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473160.9500.780.71130.4389.6115.1
Hex449105F04E47825af
Octal411120137011610720213217
Binary10010010011000010111110100111010001111000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044910; }

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

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

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

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

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

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

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

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