#051311

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

Shades of Dark Green #051311

Tints of Dark Green #051311

Color information

#051311 (or 0x051311) is unknown color: approx Dark Green. HEX triplet: 05, 13 and 11. RGB value is (5,19,17). Sum of RGB (Red+Green+Blue) = 5+19+17=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #051311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051311 is #FAECEE. Grayscale: #0E0E0E. Windows color (decimal): -16444655 or 1118981. OLE color: 1118981.

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

Color convert

RGB51917-
CMYK0.7400.110.93
HSL171.43º58.33%4.71%-
HSV(B)171.43º73.68%7.45%-
XYZ0.40.540.61-
YUV14.59129.36121.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 17 (7.03% from 255) = 41.46%
R=12.20%
G=46.34%
B=41.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal519170.7400.110.93171.4358.334.71
Hex513114A0B5Dab3a5
Octal52321112013135253725
Binary1011001110001100101001011101110110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051311; }

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

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

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

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

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

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

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

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