#044314

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

Shades of Deep Fir #044314

Tints of Deep Fir #044314

Color information

#044314 (or 0x044314) is unknown color: approx Deep Fir. HEX triplet: 04, 43 and 14. RGB value is (4,67,20). Sum of RGB (Red+Green+Blue) = 4+67+20=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #044314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044314 is #FBBCEB. Grayscale: #2A2A2A. Windows color (decimal): -16497900 or 1327876. OLE color: 1327876.

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

Color convert

RGB46720-
CMYK0.9400.700.74
HSL135.24º88.73%13.92%-
HSV(B)135.24º94.03%26.27%-
XYZ2.184.091.34-
YUV42.8115.13100.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=4.40%
G=73.63%
B=21.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal467200.9400.700.74135.2488.7313.92
Hex443145E0464A8759e
Octal410324136010611220713116
Binary10010000111010010111100100011010010101000011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044314; }

 p { color: rgb(4,67,20); }

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

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

 a { background-color: rgb(4,67,20); }

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

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

 span { border-color: rgb(4,67,20); }

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