#044514

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

Shades of Deep Fir #044514

Tints of Deep Fir #044514

Color information

#044514 (or 0x044514) is unknown color: approx Deep Fir. HEX triplet: 04, 45 and 14. RGB value is (4,69,20). Sum of RGB (Red+Green+Blue) = 4+69+20=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #044514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044514 is #FBBAEB. Grayscale: #2C2C2C. Windows color (decimal): -16497388 or 1328388. OLE color: 1328388.

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

Color convert

RGB46920-
CMYK0.9400.710.73
HSL134.77º89.04%14.31%-
HSV(B)134.77º94.2%27.06%-
XYZ2.34.331.38-
YUV43.98114.4799.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 69 (27.34% from 255) = 74.19%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=4.30%
G=74.19%
B=21.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469200.9400.710.73134.7789.0414.31
Hex445145E047498759e
Octal410524136010711120713116
Binary10010001011010010111100100011110010011000011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044514; }

 p { color: rgb(4,69,20); }

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

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

 a { background-color: rgb(4,69,20); }

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

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

 span { border-color: rgb(4,69,20); }

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