#515716

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

Shades of Army green #515716

Tints of Army green #515716

Color information

#515716 (or 0x515716) is unknown color: approx Army green. HEX triplet: 51, 57 and 16. RGB value is (81,87,22). Sum of RGB (Red+Green+Blue) = 81+87+22=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #515716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515716 is #AEA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11446506 or 1464145. OLE color: 1464145.

HSL color Cylindrical-coordinate representation of color #515716: hue angle of 65.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #515716 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB818722-
CMYK0.0700.750.66
HSL65.54º59.63%21.37%-
HSV(B)65.54º74.71%34.12%-
XYZ6.958.622.06-
YUV77.896.51130.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=42.63%
G=45.79%
B=11.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187220.0700.750.6665.5459.6321.37
Hex515716704B42423c15
Octal12112726701131021027425
Binary1010001101011110110111010010111000010100001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515716; }

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

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

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

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

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

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

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

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