Html Css Color HEX #504D16 Army green

📋 copy color: '#504D16'

red 80 ◦ green 77 ◦ blue 22

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

Shades of Army green #504D16

Tints of Army green #504D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.02%

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

R = 44.69%
G = 43.02%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#504D16 (or 0x504D16) is known color: Army green. HEX triplet: 50, 4D and 16. RGB value is (80,77,22). Sum of RGB (Red+Green+Blue) = 80+77+22=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #504D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D16 is #AFB2E9. Grayscale: #474747. Windows color (decimal): -11514602 or 1461584. OLE color: 1461584.

HSL color Cylindrical-coordinate representation of color #504D16: hue angle of 56.9º 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 #504D16 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 22 -
CMYK 0 0.04 0.72 0.69
HSL 56.9º 0.57% 0.2% -
HSV(B) 56.9º 0.73% 0.31% -
XYZ 6.11 7.07 1.8 -
YUV 71.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 80 77 22 0 0.04 0.72 0.69 56.9 0.57 0.2
Hex 50 4D 16 0 4 48 45 39 39 14
Octal 120 115 26 0 4 110 105 71 71 24
Binary 1010000 1001101 10110 0 100 1001000 1000101 111001 111001 10100

Color Harmonies of #504D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D16

Black with #504D16

Text Example


Text Example

White with #504D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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