#051611

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

Shades of Dark Green #051611

Tints of Dark Green #051611

Color information

#051611 (or 0x051611) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 11. RGB value is (5,22,17). Sum of RGB (Red+Green+Blue) = 5+22+17=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #051611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051611 is #FAE9EE. Grayscale: #101010. Windows color (decimal): -16443887 or 1119749. OLE color: 1119749.

HSL color Cylindrical-coordinate representation of color #051611: hue angle of 162.35º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051611 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB52217-
CMYK0.7700.230.91
HSL162.35º62.96%5.29%-
HSV(B)162.35º77.27%8.63%-
XYZ0.450.650.63-
YUV16.35128.37119.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=11.36%
G=50%
B=38.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522170.7700.230.91162.3562.965.29
Hex516114D0175Ba23f5
Octal52621115027133242775
Binary10110110100011001101010111101101110100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051611; }

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

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

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

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

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

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

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

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