#515516

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

Shades of Army green #515516

Tints of Army green #515516

Color information

#515516 (or 0x515516) is unknown color: approx Army green. HEX triplet: 51, 55 and 16. RGB value is (81,85,22). Sum of RGB (Red+Green+Blue) = 81+85+22=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #515516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515516 is #AEAAE9. Grayscale: #4C4C4C. Windows color (decimal): -11447018 or 1463633. OLE color: 1463633.

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

Color convert

RGB818522-
CMYK0.0500.740.67
HSL63.81º58.88%20.98%-
HSV(B)63.81º74.12%33.33%-
XYZ6.798.32-
YUV76.6297.17131.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=43.09%
G=45.21%
B=11.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185220.0500.740.6763.8158.8820.98
Hex515516504A43403b15
Octal12112526501121031007325
Binary1010001101010110110101010010101000011100000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515516; }

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

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

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

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

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

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

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

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