#044012

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

Shades of Deep Fir #044012

Tints of Deep Fir #044012

Color information

#044012 (or 0x044012) is unknown color: approx Deep Fir. HEX triplet: 04, 40 and 12. RGB value is (4,64,18). Sum of RGB (Red+Green+Blue) = 4+64+18=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #044012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044012 is #FBBFED. Grayscale: #282828. Windows color (decimal): -16498670 or 1196036. OLE color: 1196036.

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

Color convert

RGB46418-
CMYK0.9400.720.75
HSL134º88.24%13.33%-
HSV(B)134º93.75%25.1%-
XYZ1.993.741.19-
YUV40.82115.12101.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 64 (25.39% from 255) = 74.42%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=4.65%
G=74.42%
B=20.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464180.9400.720.7513488.2413.33
Hex440125E0484B8658d
Octal410022136011011320613015
Binary10010000001001010111100100100010010111000011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044012; }

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

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

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

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

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

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

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

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