Html Css Color HEX #535520 Army green

📋 copy color: '#535520'

red 83 ◦ green 85 ◦ blue 32

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

Shades of Army green #535520

Tints of Army green #535520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

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

R = 41.5%
G = 42.5%
B = 16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#535520 (or 0x535520) is known color: Army green. HEX triplet: 53, 55 and 20. RGB value is (83,85,32). Sum of RGB (Red+Green+Blue) = 83+85+32=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #535520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535520 is #ACAADF. Grayscale: #4E4E4E. Windows color (decimal): -11315936 or 2118995. OLE color: 2118995.

HSL color Cylindrical-coordinate representation of color #535520: hue angle of 62.26º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535520 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 32 -
CMYK 0.02 0 0.62 0.67
HSL 62.26º 0.45% 0.23% -
HSV(B) 62.26º 0.62% 0.33% -
XYZ 7.08 8.44 2.62 -
YUV 78.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 83 85 32 0.02 0 0.62 0.67 62.26 0.45 0.23
Hex 53 55 20 2 0 3E 43 3E 2D 17
Octal 123 125 40 2 0 76 103 76 55 27
Binary 1010011 1010101 100000 10 0 111110 1000011 111110 101101 10111

Color Harmonies of #535520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535520

Black with #535520

Text Example


Text Example

White with #535520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535520; }

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

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

background-color css

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

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

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

border-color css

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

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

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