Html Css Color HEX #504D12 Army green

📋 copy color: '#504D12'

red 80 ◦ green 77 ◦ blue 18

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

Shades of Army green #504D12

Tints of Army green #504D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 45.71%
G = 44%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504D12 (or 0x504D12) is known color: Army green. HEX triplet: 50, 4D and 12. RGB value is (80,77,18). Sum of RGB (Red+Green+Blue) = 80+77+18=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D12 is #AFB2ED. Grayscale: #474747. Windows color (decimal): -11514606 or 1199440. OLE color: 1199440.

HSL color Cylindrical-coordinate representation of color #504D12: hue angle of 57.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504D12 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 18 -
CMYK 0 0.04 0.78 0.69
HSL 57.1º 0.63% 0.19% -
HSV(B) 57.1º 0.78% 0.31% -
XYZ 6.07 7.06 1.61 -
YUV 71.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 80 77 18 0 0.04 0.78 0.69 57.1 0.63 0.19
Hex 50 4D 12 0 4 4E 45 39 3F 13
Octal 120 115 22 0 4 116 105 71 77 23
Binary 1010000 1001101 10010 0 100 1001110 1000101 111001 111111 10011

Color Harmonies of #504D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D12

Black with #504D12

Text Example


Text Example

White with #504D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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