Html Css Color HEX #515716 Army green

📋 copy color: '#515716'

red 81 ◦ green 87 ◦ blue 22

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

Shades of Army green #515716

Tints of Army green #515716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 42.63%
G = 45.79%
B = 11.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#515716 (or 0x515716) is known color: Army green. HEX triplet: 51, 57 and 16. RGB value is (81,87,22). Sum of RGB (Red+Green+Blue) = 81+87+22=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #515716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515716 is #AEA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11446506 or 1464145. OLE color: 1464145.

HSL color Cylindrical-coordinate representation of color #515716: hue angle of 65.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #515716 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 22 -
CMYK 0.07 0 0.75 0.66
HSL 65.54º 0.6% 0.21% -
HSV(B) 65.54º 0.75% 0.34% -
XYZ 6.95 8.62 2.06 -
YUV 77.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 81 87 22 0.07 0 0.75 0.66 65.54 0.6 0.21
Hex 51 57 16 7 0 4B 42 42 3C 15
Octal 121 127 26 7 0 113 102 102 74 25
Binary 1010001 1010111 10110 111 0 1001011 1000010 1000010 111100 10101

Color Harmonies of #515716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515716

Black with #515716

Text Example


Text Example

White with #515716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515716; }

 p { color: rgb(81,87,22); }

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

background-color css

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

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

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

border-color css

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

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

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