#05170C

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

Shades of Dark Green #05170C

Tints of Dark Green #05170C

Color information

#05170C (or 0x05170C) is unknown color: approx Dark Green. HEX triplet: 05, 17 and 0C. RGB value is (5,23,12). Sum of RGB (Red+Green+Blue) = 5+23+12=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #05170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170C is #FAE8F3. Grayscale: #101010. Windows color (decimal): -16443636 or 792325. OLE color: 792325.

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

Color convert

RGB52312-
CMYK0.7800.480.91
HSL143.33º64.29%5.49%-
HSV(B)143.33º78.26%9.02%-
XYZ0.440.670.45-
YUV16.36125.54119.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.5%
GREEN value IS 23 (9.38% from 255) = 57.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=12.5%
G=57.5%
B=30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal523120.7800.480.91143.3364.295.49
Hex517C4E0305B8f405
Octal527141160601332171005
Binary101101111100100111001100001011011100011111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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