Html Css Color HEX #515616 Army green

📋 copy color: '#515616'

red 81 ◦ green 86 ◦ blue 22

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

Shades of Army green #515616

Tints of Army green #515616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

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

R = 42.86%
G = 45.5%
B = 11.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#515616 (or 0x515616) is known color: Army green. HEX triplet: 51, 56 and 16. RGB value is (81,86,22). Sum of RGB (Red+Green+Blue) = 81+86+22=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #515616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515616 is #AEA9E9. Grayscale: #4D4D4D. Windows color (decimal): -11446762 or 1463889. OLE color: 1463889.

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

Color convert

RGB 81 86 22 -
CMYK 0.06 0 0.74 0.66
HSL 64.69º 0.59% 0.21% -
HSV(B) 64.69º 0.74% 0.34% -
XYZ 6.87 8.46 2.03 -
YUV 77.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 81 86 22 0.06 0 0.74 0.66 64.69 0.59 0.21
Hex 51 56 16 6 0 4A 42 41 3B 15
Octal 121 126 26 6 0 112 102 101 73 25
Binary 1010001 1010110 10110 110 0 1001010 1000010 1000001 111011 10101

Color Harmonies of #515616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515616

Black with #515616

Text Example


Text Example

White with #515616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515616; }

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

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

background-color css

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

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

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

border-color css

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

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

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