#525120

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

Shades of Army green #525120

Tints of Army green #525120

Color information

#525120 (or 0x525120) is unknown color: approx Army green. HEX triplet: 52, 51 and 20. RGB value is (82,81,32). Sum of RGB (Red+Green+Blue) = 82+81+32=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #525120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525120 is #ADAEDF. Grayscale: #4B4B4B. Windows color (decimal): -11382496 or 2117970. OLE color: 2117970.

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

Color convert

RGB828132-
CMYK00.010.610.68
HSL58.8º43.86%22.35%-
HSV(B)58.8º60.98%32.16%-
XYZ6.687.782.52-
YUV75.71103.33132.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=42.05%
G=41.54%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82813200.010.610.6858.843.8622.35
Hex525120013D443b2c16
Octal122121400175104735426
Binary1010010101000110000001111101100010011101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525120; }

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

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

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

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

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

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

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

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