#044214

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

Shades of Deep Fir #044214

Tints of Deep Fir #044214

Color information

#044214 (or 0x044214) is unknown color: approx Deep Fir. HEX triplet: 04, 42 and 14. RGB value is (4,66,20). Sum of RGB (Red+Green+Blue) = 4+66+20=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #044214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044214 is #FBBDEB. Grayscale: #2A2A2A. Windows color (decimal): -16498156 or 1327620. OLE color: 1327620.

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

Color convert

RGB46620-
CMYK0.9400.700.74
HSL135.48º88.57%13.73%-
HSV(B)135.48º93.94%25.88%-
XYZ2.123.971.32-
YUV42.22115.46100.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 66 (26.17% from 255) = 73.33%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=4.44%
G=73.33%
B=22.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466200.9400.700.74135.4888.5713.73
Hex442145E0464A8759e
Octal410224136010611220713116
Binary10010000101010010111100100011010010101000011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044214; }

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

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

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

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

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

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

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

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