#535221

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

Shades of Army green #535221

Tints of Army green #535221

Color information

#535221 (or 0x535221) is unknown color: approx Army green. HEX triplet: 53, 52 and 21. RGB value is (83,82,33). Sum of RGB (Red+Green+Blue) = 83+82+33=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #535221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535221 is #ACADDE. Grayscale: #4C4C4C. Windows color (decimal): -11316703 or 2183763. OLE color: 2183763.

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

Color convert

RGB838233-
CMYK00.010.600.67
HSL58.8º43.1%22.75%-
HSV(B)58.8º60.24%32.55%-
XYZ6.867.982.62-
YUV76.71103.33132.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=41.92%
G=41.41%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83823300.010.600.6758.843.122.75
Hex535221013C433b2b17
Octal123122410174103735327
Binary1010011101001010000101111100100001111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535221; }

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

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

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

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

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

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

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

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