#044812

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

Shades of Deep Fir #044812

Tints of Deep Fir #044812

Color information

#044812 (or 0x044812) is unknown color: approx Deep Fir. HEX triplet: 04, 48 and 12. RGB value is (4,72,18). Sum of RGB (Red+Green+Blue) = 4+72+18=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #044812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044812 is #FBB7ED. Grayscale: #2D2D2D. Windows color (decimal): -16496622 or 1198084. OLE color: 1198084.

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

Color convert

RGB47218-
CMYK0.9400.750.72
HSL132.35º89.47%14.9%-
HSV(B)132.35º94.44%28.24%-
XYZ2.484.71.35-
YUV45.51112.4798.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 72 (28.52% from 255) = 76.60%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=4.26%
G=76.60%
B=19.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472180.9400.750.72132.3589.4714.9
Hex448125E04B488459f
Octal411022136011311020413117
Binary10010010001001010111100100101110010001000010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044812; }

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

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

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

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

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

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

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

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