#535211

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

Shades of Army green #535211

Tints of Army green #535211

Color information

#535211 (or 0x535211) is unknown color: approx Army green. HEX triplet: 53, 52 and 11. RGB value is (83,82,17). Sum of RGB (Red+Green+Blue) = 83+82+17=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #535211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535211 is #ACADEE. Grayscale: #4B4B4B. Windows color (decimal): -11316719 or 1135187. OLE color: 1135187.

HSL color Cylindrical-coordinate representation of color #535211: hue angle of 59.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #535211 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB838217-
CMYK00.010.800.67
HSL59.09º66%19.61%-
HSV(B)59.09º79.52%32.55%-
XYZ6.697.911.71-
YUV74.8995.33133.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=45.60%
G=45.05%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83821700.010.800.6759.096619.61
Hex5352110150433b4214
Octal12312221011201037310224
Binary10100111010010100010110100001000011111011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535211; }

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

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

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

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

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

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

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

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