#05160B

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

Shades of Dark Green #05160B

Tints of Dark Green #05160B

Color information

#05160B (or 0x05160B) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 0B. RGB value is (5,22,11). Sum of RGB (Red+Green+Blue) = 5+22+11=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #05160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160B is #FAE9F4. Grayscale: #0F0F0F. Windows color (decimal): -16443893 or 726533. OLE color: 726533.

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

Color convert

RGB52211-
CMYK0.7700.50.91
HSL141.18º62.96%5.29%-
HSV(B)141.18º77.27%8.63%-
XYZ0.410.630.42-
YUV15.66125.37120.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 22 (8.98% from 255) = 57.89%
BLUE value IS 11 (4.69% from 255) = 28.95%
R=13.16%
G=57.89%
B=28.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522110.7700.50.91141.1862.965.29
Hex516B4D0325B8d3f5
Octal52613115062133215775
Binary10110110101110011010110010101101110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05160B; }

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

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

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

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

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

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

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

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