Html Css Color HEX #505420 Army green

📋 copy color: '#505420'

red 80 ◦ green 84 ◦ blue 32

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

Shades of Army green #505420

Tints of Army green #505420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

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

R = 40.82%
G = 42.86%
B = 16.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#505420 (or 0x505420) is known color: Army green. HEX triplet: 50, 54 and 20. RGB value is (80,84,32). Sum of RGB (Red+Green+Blue) = 80+84+32=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #505420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505420 is #AFABDF. Grayscale: #4D4D4D. Windows color (decimal): -11512800 or 2118736. OLE color: 2118736.

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

Color convert

RGB 80 84 32 -
CMYK 0.05 0 0.62 0.67
HSL 64.62º 0.45% 0.23% -
HSV(B) 64.62º 0.62% 0.33% -
XYZ 6.74 8.15 2.58 -
YUV 76.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 80 84 32 0.05 0 0.62 0.67 64.62 0.45 0.23
Hex 50 54 20 5 0 3E 43 41 2D 17
Octal 120 124 40 5 0 76 103 101 55 27
Binary 1010000 1010100 100000 101 0 111110 1000011 1000001 101101 10111

Color Harmonies of #505420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505420

Black with #505420

Text Example


Text Example

White with #505420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505420; }

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

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

background-color css

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

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

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

border-color css

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

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

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