#044113

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

Shades of Deep Fir #044113

Tints of Deep Fir #044113

Color information

#044113 (or 0x044113) is unknown color: approx Deep Fir. HEX triplet: 04, 41 and 13. RGB value is (4,65,19). Sum of RGB (Red+Green+Blue) = 4+65+19=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #044113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044113 is #FBBEEC. Grayscale: #292929. Windows color (decimal): -16498413 or 1261828. OLE color: 1261828.

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

Color convert

RGB46519-
CMYK0.9400.710.75
HSL134.75º88.41%13.53%-
HSV(B)134.75º93.85%25.49%-
XYZ2.063.851.25-
YUV41.52115.29101.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 65 (25.78% from 255) = 73.86%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=4.55%
G=73.86%
B=21.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal465190.9400.710.75134.7588.4113.53
Hex441135E0474B8758e
Octal410123136010711320713016
Binary10010000011001110111100100011110010111000011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044113; }

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

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

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

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

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

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

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

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