#515517

Color #515517 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #515517

Tints of Army green #515517

Color information

#515517 (or 0x515517) is unknown color: approx Army green. HEX triplet: 51, 55 and 17. RGB value is (81,85,23). Sum of RGB (Red+Green+Blue) = 81+85+23=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #515517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515517 is #AEAAE8. Grayscale: #4C4C4C. Windows color (decimal): -11447017 or 1529169. OLE color: 1529169.

HSL color Cylindrical-coordinate representation of color #515517: hue angle of 63.87º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #515517 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB818523-
CMYK0.0500.730.67
HSL63.87º57.41%21.18%-
HSV(B)63.87º72.94%33.33%-
XYZ6.88.312.06-
YUV76.7497.67131.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 23 (9.38% from 255) = 12.17%
R=42.86%
G=44.97%
B=12.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185230.0500.730.6763.8757.4121.18
Hex515517504943403915
Octal12112527501111031007125
Binary1010001101010110111101010010011000011100000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515517; }

 p { color: rgb(81,85,23); }

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

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

 a { background-color: rgb(81,85,23); }

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

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

 span { border-color: rgb(81,85,23); }

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