#041311

Color #041311 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #041311

Tints of Dark Green #041311

Color information

#041311 (or 0x041311) is unknown color: approx Dark Green. HEX triplet: 04, 13 and 11. RGB value is (4,19,17). Sum of RGB (Red+Green+Blue) = 4+19+17=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #041311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041311 is #FBECEE. Grayscale: #0E0E0E. Windows color (decimal): -16510191 or 1118980. OLE color: 1118980.

HSL color Cylindrical-coordinate representation of color #041311: hue angle of 172º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041311 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB41917-
CMYK0.7900.110.93
HSL172º65.22%4.51%-
HSV(B)172º78.95%7.45%-
XYZ0.380.530.61-
YUV14.29129.53120.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 19 (7.81% from 255) = 47.5%
BLUE value IS 17 (7.03% from 255) = 42.5%
R=10%
G=47.5%
B=42.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal419170.7900.110.9317265.224.51
Hex413114F0B5Dac415
Octal423211170131352541015
Binary10010011100011001111010111011101101011001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041311; }

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

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

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

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

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

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

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

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