Html Css Color HEX #505016 Army green

📋 copy color: '#505016'

red 80 ◦ green 80 ◦ blue 22

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

Shades of Army green #505016

Tints of Army green #505016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 43.96%
G = 43.96%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#505016 (or 0x505016) is known color: Army green. HEX triplet: 50, 50 and 16. RGB value is (80,80,22). Sum of RGB (Red+Green+Blue) = 80+80+22=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505016 is #AFAFE9. Grayscale: #494949. Windows color (decimal): -11513834 or 1462352. OLE color: 1462352.

HSL color Cylindrical-coordinate representation of color #505016: hue angle of 60º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #505016 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 22 -
CMYK 0 0 0.72 0.69
HSL 60º 0.57% 0.2% -
HSV(B) 60º 0.73% 0.31% -
XYZ 6.32 7.5 1.87 -
YUV 73.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 80 80 22 0 0 0.72 0.69 60 0.57 0.2
Hex 50 50 16 0 0 48 45 3C 39 14
Octal 120 120 26 0 0 110 105 74 71 24
Binary 1010000 1010000 10110 0 0 1001000 1000101 111100 111001 10100

Color Harmonies of #505016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505016

Black with #505016

Text Example


Text Example

White with #505016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505016; }

 p { color: rgb(80,80,22); }

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

background-color css

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

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

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

border-color css

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

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

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