#05160E

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

Shades of Dark Green #05160E

Tints of Dark Green #05160E

Color information

#05160E (or 0x05160E) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 0E. RGB value is (5,22,14). Sum of RGB (Red+Green+Blue) = 5+22+14=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #05160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160E is #FAE9F1. Grayscale: #101010. Windows color (decimal): -16443890 or 923141. OLE color: 923141.

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

Color convert

RGB52214-
CMYK0.7700.360.91
HSL151.76º62.96%5.29%-
HSV(B)151.76º77.27%8.63%-
XYZ0.430.640.52-
YUV16126.87120.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=12.20%
G=53.66%
B=34.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522140.7700.360.91151.7662.965.29
Hex516E4D0245B983f5
Octal52616115044133230775
Binary10110110111010011010100100101101110011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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