#05170A

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

Shades of Dark Green #05170A

Tints of Dark Green #05170A

Color information

#05170A (or 0x05170A) is unknown color: approx Dark Green. HEX triplet: 05, 17 and 0A. RGB value is (5,23,10). Sum of RGB (Red+Green+Blue) = 5+23+10=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 23 (9.38% from 255 or 60.53% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 23 - color contains mainly: green. Hex color #05170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170A is #FAE8F5. Grayscale: #101010. Windows color (decimal): -16443638 or 661253. OLE color: 661253.

HSL color Cylindrical-coordinate representation of color #05170A: hue angle of 136.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #05170A is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB52310-
CMYK0.7800.570.91
HSL136.67º64.29%5.49%-
HSV(B)136.67º78.26%9.02%-
XYZ0.420.670.39-
YUV16.14124.54120.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 23 (9.38% from 255) = 60.53%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=13.16%
G=60.53%
B=26.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal523100.7800.570.91136.6764.295.49
Hex517A4E0395B89405
Octal527121160711332111005
Binary101101111010100111001110011011011100010011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05170A; }

 p { color: rgb(5,23,10); }

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

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

 a { background-color: rgb(5,23,10); }

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

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

 span { border-color: rgb(5,23,10); }

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