#044114

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

Shades of Deep Fir #044114

Tints of Deep Fir #044114

Color information

#044114 (or 0x044114) is unknown color: approx Deep Fir. HEX triplet: 04, 41 and 14. RGB value is (4,65,20). Sum of RGB (Red+Green+Blue) = 4+65+20=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #044114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044114 is #FBBEEB. Grayscale: #292929. Windows color (decimal): -16498412 or 1327364. OLE color: 1327364.

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

Color convert

RGB46520-
CMYK0.9400.690.75
HSL135.74º88.41%13.53%-
HSV(B)135.74º93.85%25.49%-
XYZ2.073.861.3-
YUV41.63115.79101.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 65 (25.78% from 255) = 73.03%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=4.49%
G=73.03%
B=22.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465200.9400.690.75135.7488.4113.53
Hex441145E0454B8858e
Octal410124136010511321013016
Binary10010000011010010111100100010110010111000100010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044114; }

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

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

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

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

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

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

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

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