#044813

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

Shades of Deep Fir #044813

Tints of Deep Fir #044813

Color information

#044813 (or 0x044813) is unknown color: approx Deep Fir. HEX triplet: 04, 48 and 13. RGB value is (4,72,19). Sum of RGB (Red+Green+Blue) = 4+72+19=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #044813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044813 is #FBB7EC. Grayscale: #2D2D2D. Windows color (decimal): -16496621 or 1263620. OLE color: 1263620.

HSL color Cylindrical-coordinate representation of color #044813: hue angle of 133.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044813 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB47219-
CMYK0.9400.740.72
HSL133.24º89.47%14.9%-
HSV(B)133.24º94.44%28.24%-
XYZ2.484.711.39-
YUV45.63112.9798.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 72 (28.52% from 255) = 75.79%
BLUE value IS 19 (7.81% from 255) = 20%
R=4.21%
G=75.79%
B=20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472190.9400.740.72133.2489.4714.9
Hex448135E04A488559f
Octal411023136011211020513117
Binary10010010001001110111100100101010010001000010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044813; }

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

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

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

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

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

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

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

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