#044213

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

Shades of Deep Fir #044213

Tints of Deep Fir #044213

Color information

#044213 (or 0x044213) is unknown color: approx Deep Fir. HEX triplet: 04, 42 and 13. RGB value is (4,66,19). Sum of RGB (Red+Green+Blue) = 4+66+19=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #044213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044213 is #FBBDEC. Grayscale: #2A2A2A. Windows color (decimal): -16498157 or 1262084. OLE color: 1262084.

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

Color convert

RGB46619-
CMYK0.9400.710.74
HSL134.52º88.57%13.73%-
HSV(B)134.52º93.94%25.88%-
XYZ2.123.971.27-
YUV42.1114.96100.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 66 (26.17% from 255) = 74.16%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=4.49%
G=74.16%
B=21.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466190.9400.710.74134.5288.5713.73
Hex442135E0474A8759e
Octal410223136010711220713116
Binary10010000101001110111100100011110010101000011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044213; }

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

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

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

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

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

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

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

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