#525221

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

Shades of Army green #525221

Tints of Army green #525221

Color information

#525221 (or 0x525221) is unknown color: approx Army green. HEX triplet: 52, 52 and 21. RGB value is (82,82,33). Sum of RGB (Red+Green+Blue) = 82+82+33=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525221 is #ADADDE. Grayscale: #4C4C4C. Windows color (decimal): -11382239 or 2183762. OLE color: 2183762.

HSL color Cylindrical-coordinate representation of color #525221: hue angle of 60º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525221 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB828233-
CMYK000.600.68
HSL60º42.61%22.55%-
HSV(B)60º59.76%32.16%-
XYZ6.777.942.61-
YUV76.41103.5131.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=41.62%
G=41.62%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828233000.600.686042.6122.55
Hex525221003C443c2b17
Octal122122410074104745327
Binary1010010101001010000100111100100010011110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525221; }

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

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

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

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

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

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

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

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