Html Css Color HEX #514D10 Army green

📋 copy color: '#514D10'

red 81 ◦ green 77 ◦ blue 16

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

Shades of Army green #514D10

Tints of Army green #514D10

RGB

 RED value IS 81 (32.03% from 255) = 46.55%

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 46.55%
G = 44.25%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#514D10 (or 0x514D10) is known color: Army green. HEX triplet: 51, 4D and 10. RGB value is (81,77,16). Sum of RGB (Red+Green+Blue) = 81+77+16=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D10 is #AEB2EF. Grayscale: #474747. Windows color (decimal): -11449072 or 1068369. OLE color: 1068369.

HSL color Cylindrical-coordinate representation of color #514D10: hue angle of 56.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514D10 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 16 -
CMYK 0 0.05 0.80 0.68
HSL 56.31º 0.67% 0.19% -
HSV(B) 56.31º 0.8% 0.32% -
XYZ 6.14 7.09 1.54 -
YUV 71.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 81 77 16 0 0.05 0.80 0.68 56.31 0.67 0.19
Hex 51 4D 10 0 5 50 44 38 43 13
Octal 121 115 20 0 5 120 104 70 103 23
Binary 1010001 1001101 10000 0 101 1010000 1000100 111000 1000011 10011

Color Harmonies of #514D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D10

Black with #514D10

Text Example


Text Example

White with #514D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514D10; }

 p { color: rgb(81,77,16); }

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

background-color css

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

 a { background-color: rgb(81,77,16); }

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

border-color css

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

 span { border-color: rgb(81,77,16); }

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