Html Css Color HEX #505220 Army green

📋 copy color: '#505220'

red 80 ◦ green 82 ◦ blue 32

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

Shades of Army green #505220

Tints of Army green #505220

RGB

 RED value IS 80 (31.64% from 255) = 41.24%

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

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

R = 41.24%
G = 42.27%
B = 16.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#505220 (or 0x505220) is known color: Army green. HEX triplet: 50, 52 and 20. RGB value is (80,82,32). Sum of RGB (Red+Green+Blue) = 80+82+32=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #505220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505220 is #AFADDF. Grayscale: #4B4B4B. Windows color (decimal): -11513312 or 2118224. OLE color: 2118224.

HSL color Cylindrical-coordinate representation of color #505220: hue angle of 62.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505220 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 32 -
CMYK 0.02 0 0.61 0.68
HSL 62.4º 0.44% 0.22% -
HSV(B) 62.4º 0.61% 0.32% -
XYZ 6.59 7.84 2.53 -
YUV 75.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 80 82 32 0.02 0 0.61 0.68 62.4 0.44 0.22
Hex 50 52 20 2 0 3D 44 3E 2C 16
Octal 120 122 40 2 0 75 104 76 54 26
Binary 1010000 1010010 100000 10 0 111101 1000100 111110 101100 10110

Color Harmonies of #505220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505220

Black with #505220

Text Example


Text Example

White with #505220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505220; }

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

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

background-color css

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

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

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

border-color css

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

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

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