#051911

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

Shades of Dark Green #051911

Tints of Dark Green #051911

Color information

#051911 (or 0x051911) is unknown color: approx Dark Green. HEX triplet: 05, 19 and 11. RGB value is (5,25,17). Sum of RGB (Red+Green+Blue) = 5+25+17=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #051911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051911 is #FAE6EE. Grayscale: #121212. Windows color (decimal): -16443119 or 1120517. OLE color: 1120517.

HSL color Cylindrical-coordinate representation of color #051911: hue angle of 156º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051911 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB52517-
CMYK0.8000.320.90
HSL156º66.67%5.88%-
HSV(B)156º80%9.8%-
XYZ0.510.770.65-
YUV18.11127.37118.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 25 (10.16% from 255) = 53.19%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=10.64%
G=53.19%
B=36.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal525170.8000.320.9015666.675.88
Hex51911500205A9c436
Octal531211200401322341036
Binary1011100110001101000001000001011010100111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051911; }

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

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

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

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

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

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

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

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