#525620

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

Shades of Army green #525620

Tints of Army green #525620

Color information

#525620 (or 0x525620) is unknown color: approx Army green. HEX triplet: 52, 56 and 20. RGB value is (82,86,32). Sum of RGB (Red+Green+Blue) = 82+86+32=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #525620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525620 is #ADA9DF. Grayscale: #4E4E4E. Windows color (decimal): -11381216 or 2119250. OLE color: 2119250.

HSL color Cylindrical-coordinate representation of color #525620: hue angle of 64.44º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525620 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB828632-
CMYK0.0500.630.66
HSL64.44º45.76%23.14%-
HSV(B)64.44º62.79%33.73%-
XYZ7.078.552.64-
YUV78.65101.67130.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 32 (12.89% from 255) = 16%
R=41%
G=43%
B=16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286320.0500.630.6664.4445.7623.14
Hex525620503F42402e17
Octal1221264050771021005627
Binary1010010101011010000010101111111000010100000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525620; }

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

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

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

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

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

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

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

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