Html Css Color HEX #515114 Army green

📋 copy color: '#515114'

red 81 ◦ green 81 ◦ blue 20

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

Shades of Army green #515114

Tints of Army green #515114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.51%

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

R = 44.51%
G = 44.51%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#515114 (or 0x515114) is known color: Army green. HEX triplet: 51, 51 and 14. RGB value is (81,81,20). Sum of RGB (Red+Green+Blue) = 81+81+20=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515114 is #AEAEEB. Grayscale: #4A4A4A. Windows color (decimal): -11448044 or 1331537. OLE color: 1331537.

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

Color convert

RGB 81 81 20 -
CMYK 0 0 0.75 0.68
HSL 60º 0.6% 0.2% -
HSV(B) 60º 0.75% 0.32% -
XYZ 6.46 7.68 1.8 -
YUV 74.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 81 81 20 0 0 0.75 0.68 60 0.6 0.2
Hex 51 51 14 0 0 4B 44 3C 3C 14
Octal 121 121 24 0 0 113 104 74 74 24
Binary 1010001 1010001 10100 0 0 1001011 1000100 111100 111100 10100

Color Harmonies of #515114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515114

Black with #515114

Text Example


Text Example

White with #515114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515114; }

 p { color: rgb(81,81,20); }

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

background-color css

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

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

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

border-color css

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

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

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