#515121

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

Shades of Army green #515121

Tints of Army green #515121

Color information

#515121 (or 0x515121) is unknown color: approx Army green. HEX triplet: 51, 51 and 21. RGB value is (81,81,33). Sum of RGB (Red+Green+Blue) = 81+81+33=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515121 is #AEAEDE. Grayscale: #4B4B4B. Windows color (decimal): -11448031 or 2183505. OLE color: 2183505.

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

Color convert

RGB818133-
CMYK000.590.68
HSL60º42.11%22.35%-
HSV(B)60º59.26%31.76%-
XYZ6.617.742.59-
YUV75.53104131.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=41.54%
G=41.54%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818133000.590.686042.1122.35
Hex515121003B443c2a16
Octal121121410073104745226
Binary1010001101000110000100111011100010011110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515121; }

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

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

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

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

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

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

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

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