Html Css Color HEX #505320 Army green

📋 copy color: '#505320'

red 80 ◦ green 83 ◦ blue 32

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

Shades of Army green #505320

Tints of Army green #505320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

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

R = 41.03%
G = 42.56%
B = 16.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#505320 (or 0x505320) is known color: Army green. HEX triplet: 50, 53 and 20. RGB value is (80,83,32). Sum of RGB (Red+Green+Blue) = 80+83+32=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #505320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505320 is #AFACDF. Grayscale: #4C4C4C. Windows color (decimal): -11513056 or 2118480. OLE color: 2118480.

HSL color Cylindrical-coordinate representation of color #505320: hue angle of 63.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505320 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 32 -
CMYK 0.04 0 0.61 0.67
HSL 63.53º 0.44% 0.23% -
HSV(B) 63.53º 0.61% 0.33% -
XYZ 6.66 8 2.56 -
YUV 76.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 80 83 32 0.04 0 0.61 0.67 63.53 0.44 0.23
Hex 50 53 20 4 0 3D 43 40 2C 17
Octal 120 123 40 4 0 75 103 100 54 27
Binary 1010000 1010011 100000 100 0 111101 1000011 1000000 101100 10111

Color Harmonies of #505320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505320

Black with #505320

Text Example


Text Example

White with #505320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505320; }

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

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

background-color css

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

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

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

border-color css

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

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

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