#515420

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

Shades of Army green #515420

Tints of Army green #515420

Color information

#515420 (or 0x515420) is unknown color: approx Army green. HEX triplet: 51, 54 and 20. RGB value is (81,84,32). Sum of RGB (Red+Green+Blue) = 81+84+32=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #515420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515420 is #AEABDF. Grayscale: #4D4D4D. Windows color (decimal): -11447264 or 2118737. OLE color: 2118737.

HSL color Cylindrical-coordinate representation of color #515420: hue angle of 63.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515420 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB818432-
CMYK0.0400.620.67
HSL63.46º44.83%22.75%-
HSV(B)63.46º61.9%32.94%-
XYZ6.828.192.59-
YUV77.18102.51130.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=41.12%
G=42.64%
B=16.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184320.0400.620.6763.4644.8322.75
Hex515420403E433f2d17
Octal121124404076103775527
Binary101000110101001000001000111110100001111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515420; }

 p { color: rgb(81,84,32); }

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

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

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

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

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

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

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