Html Css Color HEX #505A20 Army green

📋 copy color: '#505A20'

red 80 ◦ green 90 ◦ blue 32

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

Shades of Army green #505A20

Tints of Army green #505A20

RGB

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

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

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

R = 39.6%
G = 44.55%
B = 15.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#505A20 (or 0x505A20) is known color: Army green. HEX triplet: 50, 5A and 20. RGB value is (80,90,32). Sum of RGB (Red+Green+Blue) = 80+90+32=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #505A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A20 is #AFA5DF. Grayscale: #505050. Windows color (decimal): -11511264 or 2120272. OLE color: 2120272.

HSL color Cylindrical-coordinate representation of color #505A20: hue angle of 70.34º 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 #505A20 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 32 -
CMYK 0.11 0 0.64 0.65
HSL 70.34º 0.48% 0.24% -
HSV(B) 70.34º 0.64% 0.35% -
XYZ 7.23 9.12 2.75 -
YUV 80.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 80 90 32 0.11 0 0.64 0.65 70.34 0.48 0.24
Hex 50 5A 20 B 0 40 41 46 30 18
Octal 120 132 40 13 0 100 101 106 60 30
Binary 1010000 1011010 100000 1011 0 1000000 1000001 1000110 110000 11000

Color Harmonies of #505A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A20

Black with #505A20

Text Example


Text Example

White with #505A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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