Html Css Color HEX #504D14 Army green

📋 copy color: '#504D14'

red 80 ◦ green 77 ◦ blue 20

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

Shades of Army green #504D14

Tints of Army green #504D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 45.2%
G = 43.5%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#504D14 (or 0x504D14) is known color: Army green. HEX triplet: 50, 4D and 14. RGB value is (80,77,20). Sum of RGB (Red+Green+Blue) = 80+77+20=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D14 is #AFB2EB. Grayscale: #474747. Windows color (decimal): -11514604 or 1330512. OLE color: 1330512.

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

Color convert

RGB 80 77 20 -
CMYK 0 0.04 0.75 0.69
HSL 57º 0.6% 0.2% -
HSV(B) 57º 0.75% 0.31% -
XYZ 6.09 7.06 1.7 -
YUV 71.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 80 77 20 0 0.04 0.75 0.69 57 0.6 0.2
Hex 50 4D 14 0 4 4B 45 39 3C 14
Octal 120 115 24 0 4 113 105 71 74 24
Binary 1010000 1001101 10100 0 100 1001011 1000101 111001 111100 10100

Color Harmonies of #504D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D14

Black with #504D14

Text Example


Text Example

White with #504D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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