#525521

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

Shades of Army green #525521

Tints of Army green #525521

Color information

#525521 (or 0x525521) is unknown color: approx Army green. HEX triplet: 52, 55 and 21. RGB value is (82,85,33). Sum of RGB (Red+Green+Blue) = 82+85+33=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #525521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525521 is #ADAADE. Grayscale: #4E4E4E. Windows color (decimal): -11381471 or 2184530. OLE color: 2184530.

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

Color convert

RGB828533-
CMYK0.0400.610.67
HSL63.46º44.07%23.14%-
HSV(B)63.46º61.18%33.33%-
XYZ78.42.69-
YUV78.18102.51130.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=41%
G=42.5%
B=16.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285330.0400.610.6763.4644.0723.14
Hex525521403D433f2c17
Octal122125414075103775427
Binary101001010101011000011000111101100001111111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525521; }

 p { color: rgb(82,85,33); }

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

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

 a { background-color: rgb(82,85,33); }

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

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

 span { border-color: rgb(82,85,33); }

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