#051610

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

Shades of Dark Green #051610

Tints of Dark Green #051610

Color information

#051610 (or 0x051610) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 10. RGB value is (5,22,16). Sum of RGB (Red+Green+Blue) = 5+22+16=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #051610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051610 is #FAE9EF. Grayscale: #101010. Windows color (decimal): -16443888 or 1054213. OLE color: 1054213.

HSL color Cylindrical-coordinate representation of color #051610: hue angle of 158.82º 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 #051610 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB52216-
CMYK0.7700.270.91
HSL158.82º62.96%5.29%-
HSV(B)158.82º77.27%8.63%-
XYZ0.440.640.59-
YUV16.23127.87119.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 22 (8.98% from 255) = 51.16%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=11.63%
G=51.16%
B=37.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522160.7700.270.91158.8262.965.29
Hex516104D01B5B9f3f5
Octal52620115033133237775
Binary10110110100001001101011011101101110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051610; }

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

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

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

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

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

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

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

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