Html Css Color HEX #505520 Army green

📋 copy color: '#505520'

red 80 ◦ green 85 ◦ blue 32

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

Shades of Army green #505520

Tints of Army green #505520

RGB

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

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

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

R = 40.61%
G = 43.15%
B = 16.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#505520 (or 0x505520) is known color: Army green. HEX triplet: 50, 55 and 20. RGB value is (80,85,32). Sum of RGB (Red+Green+Blue) = 80+85+32=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #505520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505520 is #AFAADF. Grayscale: #4D4D4D. Windows color (decimal): -11512544 or 2118992. OLE color: 2118992.

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

Color convert

RGB 80 85 32 -
CMYK 0.06 0 0.62 0.67
HSL 65.66º 0.45% 0.23% -
HSV(B) 65.66º 0.62% 0.33% -
XYZ 6.82 8.31 2.61 -
YUV 77.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 80 85 32 0.06 0 0.62 0.67 65.66 0.45 0.23
Hex 50 55 20 6 0 3E 43 42 2D 17
Octal 120 125 40 6 0 76 103 102 55 27
Binary 1010000 1010101 100000 110 0 111110 1000011 1000010 101101 10111

Color Harmonies of #505520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505520

Black with #505520

Text Example


Text Example

White with #505520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505520; }

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

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

background-color css

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

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

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

border-color css

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

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

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