#525320

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

Shades of Army green #525320

Tints of Army green #525320

Color information

#525320 (or 0x525320) is unknown color: approx Army green. HEX triplet: 52, 53 and 20. RGB value is (82,83,32). Sum of RGB (Red+Green+Blue) = 82+83+32=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #525320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525320 is #ADACDF. Grayscale: #4D4D4D. Windows color (decimal): -11381984 or 2118482. OLE color: 2118482.

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

Color convert

RGB828332-
CMYK0.0100.610.67
HSL61.18º44.35%22.55%-
HSV(B)61.18º61.45%32.55%-
XYZ6.838.082.57-
YUV76.89102.67131.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=41.62%
G=42.13%
B=16.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283320.0100.610.6761.1844.3522.55
Hex525320103D433d2c17
Octal122123401075103755427
Binary1010010101001110000010111101100001111110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525320; }

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

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

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

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

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

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

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

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