#525920

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

Shades of Army green #525920

Tints of Army green #525920

Color information

#525920 (or 0x525920) is unknown color: approx Army green. HEX triplet: 52, 59 and 20. RGB value is (82,89,32). Sum of RGB (Red+Green+Blue) = 82+89+32=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #525920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525920 is #ADA6DF. Grayscale: #505050. Windows color (decimal): -11380448 or 2120018. OLE color: 2120018.

HSL color Cylindrical-coordinate representation of color #525920: hue angle of 67.37º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525920 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB828932-
CMYK0.0800.640.65
HSL67.37º47.11%23.73%-
HSV(B)67.37º64.04%34.9%-
XYZ7.319.042.73-
YUV80.41100.68129.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=40.39%
G=43.84%
B=15.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289320.0800.640.6567.3747.1123.73
Hex525920804041432f18
Octal122131401001001011035730
Binary101001010110011000001000010000001000001100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525920; }

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

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

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

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

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

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

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

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