Html Css Color HEX #535A20 Army green

📋 copy color: '#535A20'

red 83 ◦ green 90 ◦ blue 32

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

Shades of Army green #535A20

Tints of Army green #535A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 40.49%
G = 43.9%
B = 15.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#535A20 (or 0x535A20) is known color: Army green. HEX triplet: 53, 5A and 20. RGB value is (83,90,32). Sum of RGB (Red+Green+Blue) = 83+90+32=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #535A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A20 is #ACA5DF. Grayscale: #515151. Windows color (decimal): -11314656 or 2120275. OLE color: 2120275.

HSL color Cylindrical-coordinate representation of color #535A20: hue angle of 67.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #535A20 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 32 -
CMYK 0.08 0 0.64 0.65
HSL 67.24º 0.48% 0.24% -
HSV(B) 67.24º 0.64% 0.35% -
XYZ 7.48 9.26 2.76 -
YUV 81.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 83 90 32 0.08 0 0.64 0.65 67.24 0.48 0.24
Hex 53 5A 20 8 0 40 41 43 30 18
Octal 123 132 40 10 0 100 101 103 60 30
Binary 1010011 1011010 100000 1000 0 1000000 1000001 1000011 110000 11000

Color Harmonies of #535A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A20

Black with #535A20

Text Example


Text Example

White with #535A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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