#515113

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

Shades of Army green #515113

Tints of Army green #515113

Color information

#515113 (or 0x515113) is unknown color: approx Army green. HEX triplet: 51, 51 and 13. RGB value is (81,81,19). Sum of RGB (Red+Green+Blue) = 81+81+19=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515113 is #AEAEEC. Grayscale: #4A4A4A. Windows color (decimal): -11448045 or 1266001. OLE color: 1266001.

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

Color convert

RGB818119-
CMYK000.770.68
HSL60º62%19.61%-
HSV(B)60º76.54%31.76%-
XYZ6.457.681.76-
YUV73.9397133.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=44.75%
G=44.75%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818119000.770.68606219.61
Hex515113004D443c3e14
Octal1211212300115104747624
Binary1010001101000110011001001101100010011110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515113; }

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

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

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

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

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

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

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

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