#515115

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

Shades of Army green #515115

Tints of Army green #515115

Color information

#515115 (or 0x515115) is unknown color: approx Army green. HEX triplet: 51, 51 and 15. RGB value is (81,81,21). Sum of RGB (Red+Green+Blue) = 81+81+21=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515115 is #AEAEEA. Grayscale: #4A4A4A. Windows color (decimal): -11448043 or 1397073. OLE color: 1397073.

HSL color Cylindrical-coordinate representation of color #515115: hue angle of 60º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #515115 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB818121-
CMYK000.740.68
HSL60º58.82%20%-
HSV(B)60º74.07%31.76%-
XYZ6.477.691.85-
YUV74.1698132.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=44.26%
G=44.26%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818121000.740.686058.8220
Hex515115004A443c3b14
Octal1211212500112104747324
Binary1010001101000110101001001010100010011110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515115; }

 p { color: rgb(81,81,21); }

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

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

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

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

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

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

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