Html Css Color HEX #506220 Army green

📋 copy color: '#506220'

red 80 ◦ green 98 ◦ blue 32

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

Shades of Army green #506220

Tints of Army green #506220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

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

R = 38.1%
G = 46.67%
B = 15.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#506220 (or 0x506220) is known color: Army green. HEX triplet: 50, 62 and 20. RGB value is (80,98,32). Sum of RGB (Red+Green+Blue) = 80+98+32=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #506220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506220 is #AF9DDF. Grayscale: #555555. Windows color (decimal): -11509216 or 2122320. OLE color: 2122320.

HSL color Cylindrical-coordinate representation of color #506220: hue angle of 76.36º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506220 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 32 -
CMYK 0.18 0 0.67 0.62
HSL 76.36º 0.51% 0.25% -
HSV(B) 76.36º 0.67% 0.38% -
XYZ 7.94 10.55 2.98 -
YUV 85.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 80 98 32 0.18 0 0.67 0.62 76.36 0.51 0.25
Hex 50 62 20 12 0 43 3E 4C 33 19
Octal 120 142 40 22 0 103 76 114 63 31
Binary 1010000 1100010 100000 10010 0 1000011 111110 1001100 110011 11001

Color Harmonies of #506220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506220

Black with #506220

Text Example


Text Example

White with #506220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506220; }

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

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

background-color css

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

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

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

border-color css

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

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

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