Html Css Color HEX #504D18 Army green

📋 copy color: '#504D18'

red 80 ◦ green 77 ◦ blue 24

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

Shades of Army green #504D18

Tints of Army green #504D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 44.2%
G = 42.54%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#504D18 (or 0x504D18) is known color: Army green. HEX triplet: 50, 4D and 18. RGB value is (80,77,24). Sum of RGB (Red+Green+Blue) = 80+77+24=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #504D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D18 is #AFB2E7. Grayscale: #484848. Windows color (decimal): -11514600 or 1592656. OLE color: 1592656.

HSL color Cylindrical-coordinate representation of color #504D18: hue angle of 56.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504D18 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 24 -
CMYK 0 0.04 0.70 0.69
HSL 56.79º 0.54% 0.2% -
HSV(B) 56.79º 0.7% 0.31% -
XYZ 6.13 7.08 1.91 -
YUV 71.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 80 77 24 0 0.04 0.70 0.69 56.79 0.54 0.2
Hex 50 4D 18 0 4 46 45 39 36 14
Octal 120 115 30 0 4 106 105 71 66 24
Binary 1010000 1001101 11000 0 100 1000110 1000101 111001 110110 10100

Color Harmonies of #504D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D18

Black with #504D18

Text Example


Text Example

White with #504D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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