#044613

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

Shades of Deep Fir #044613

Tints of Deep Fir #044613

Color information

#044613 (or 0x044613) is unknown color: approx Deep Fir. HEX triplet: 04, 46 and 13. RGB value is (4,70,19). Sum of RGB (Red+Green+Blue) = 4+70+19=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 70 (27.73% from 255 or 75.27% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 70 - color contains mainly: green. Hex color #044613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044613 is #FBB9EC. Grayscale: #2C2C2C. Windows color (decimal): -16497133 or 1263108. OLE color: 1263108.

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

Color convert

RGB47019-
CMYK0.9400.730.73
HSL133.64º89.19%14.51%-
HSV(B)133.64º94.29%27.45%-
XYZ2.364.451.35-
YUV44.45113.6399.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 70 (27.73% from 255) = 75.27%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=4.30%
G=75.27%
B=20.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470190.9400.730.73133.6489.1914.51
Hex446135E049498659f
Octal410623136011111120613117
Binary10010001101001110111100100100110010011000011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044613; }

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

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

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

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

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

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

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

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