#05160C

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

Shades of Dark Green #05160C

Tints of Dark Green #05160C

Color information

#05160C (or 0x05160C) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 0C. RGB value is (5,22,12). Sum of RGB (Red+Green+Blue) = 5+22+12=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #05160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160C is #FAE9F3. Grayscale: #0F0F0F. Windows color (decimal): -16443892 or 792069. OLE color: 792069.

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

Color convert

RGB52212-
CMYK0.7700.450.91
HSL144.71º62.96%5.29%-
HSV(B)144.71º77.27%8.63%-
XYZ0.420.630.45-
YUV15.78125.87120.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 22 (8.98% from 255) = 56.41%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=12.82%
G=56.41%
B=30.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522120.7700.450.91144.7162.965.29
Hex516C4D02D5B913f5
Octal52614115055133221775
Binary10110110110010011010101101101101110010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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