Html Css Color HEX #535220 Army green

📋 copy color: '#535220'

red 83 ◦ green 82 ◦ blue 32

#535220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #535220

Tints of Army green #535220

RGB

 RED value IS 83 (32.81% from 255) = 42.13%

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 42.13%
G = 41.62%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

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

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

Color convert

RGB 83 82 32 -
CMYK 0 0.01 0.61 0.67
HSL 58.82º 0.44% 0.23% -
HSV(B) 58.82º 0.61% 0.33% -
XYZ 6.85 7.98 2.55 -
YUV 76.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 83 82 32 0 0.01 0.61 0.67 58.82 0.44 0.23
Hex 53 52 20 0 1 3D 43 3B 2C 17
Octal 123 122 40 0 1 75 103 73 54 27
Binary 1010011 1010010 100000 0 1 111101 1000011 111011 101100 10111

Color Harmonies of #535220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535220

Black with #535220

Text Example


Text Example

White with #535220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535220; }

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

 H1.HeaderClassName
 {
   color: #535220;
 }
 .AnyTagClassName
 {
   color: #535220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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