#05170E

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

Shades of Dark Green #05170E

Tints of Dark Green #05170E

Color information

#05170E (or 0x05170E) is unknown color: approx Dark Green. HEX triplet: 05, 17 and 0E. RGB value is (5,23,14). Sum of RGB (Red+Green+Blue) = 5+23+14=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #05170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170E is #FAE8F1. Grayscale: #101010. Windows color (decimal): -16443634 or 923397. OLE color: 923397.

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

Color convert

RGB52314-
CMYK0.7800.390.91
HSL150º64.29%5.49%-
HSV(B)150º78.26%9.02%-
XYZ0.450.680.52-
YUV16.59126.54119.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 23 (9.38% from 255) = 54.76%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=11.90%
G=54.76%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal523140.7800.390.9115064.295.49
Hex517E4E0275B96405
Octal527161160471332261005
Binary101101111110100111001001111011011100101101000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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