#05160D

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

Shades of Dark Green #05160D

Tints of Dark Green #05160D

Color information

#05160D (or 0x05160D) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 0D. RGB value is (5,22,13). Sum of RGB (Red+Green+Blue) = 5+22+13=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #05160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160D is #FAE9F2. Grayscale: #0F0F0F. Windows color (decimal): -16443891 or 857605. OLE color: 857605.

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

Color convert

RGB52213-
CMYK0.7700.410.91
HSL148.24º62.96%5.29%-
HSV(B)148.24º77.27%8.63%-
XYZ0.420.640.48-
YUV15.89126.37120.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 22 (8.98% from 255) = 55%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=12.5%
G=55%
B=32.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522130.7700.410.91148.2462.965.29
Hex516D4D0295B943f5
Octal52615115051133224775
Binary10110110110110011010101001101101110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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