#044013

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

Shades of Deep Fir #044013

Tints of Deep Fir #044013

Color information

#044013 (or 0x044013) is unknown color: approx Deep Fir. HEX triplet: 04, 40 and 13. RGB value is (4,64,19). Sum of RGB (Red+Green+Blue) = 4+64+19=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #044013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044013 is #FBBFEC. Grayscale: #292929. Windows color (decimal): -16498669 or 1261572. OLE color: 1261572.

HSL color Cylindrical-coordinate representation of color #044013: hue angle of 135º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044013 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB46419-
CMYK0.9400.700.75
HSL135º88.24%13.33%-
HSV(B)135º93.75%25.1%-
XYZ23.741.23-
YUV40.93115.62101.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 64 (25.39% from 255) = 73.56%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=4.60%
G=73.56%
B=21.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464190.9400.700.7513588.2413.33
Hex440135E0464B8758d
Octal410023136010611320713015
Binary10010000001001110111100100011010010111000011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044013; }

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

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

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

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

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

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

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

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