#525420

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

Shades of Army green #525420

Tints of Army green #525420

Color information

#525420 (or 0x525420) is unknown color: approx Army green. HEX triplet: 52, 54 and 20. RGB value is (82,84,32). Sum of RGB (Red+Green+Blue) = 82+84+32=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #525420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525420 is #ADABDF. Grayscale: #4D4D4D. Windows color (decimal): -11381728 or 2118738. OLE color: 2118738.

HSL color Cylindrical-coordinate representation of color #525420: hue angle of 62.31º 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 #525420 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB828432-
CMYK0.0200.620.67
HSL62.31º44.83%22.75%-
HSV(B)62.31º61.9%32.94%-
XYZ6.918.242.59-
YUV77.47102.34131.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=41.41%
G=42.42%
B=16.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284320.0200.620.6762.3144.8322.75
Hex525420203E433e2d17
Octal122124402076103765527
Binary10100101010100100000100111110100001111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525420; }

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

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

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

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

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

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

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

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