Html Css Color HEX #516120 Army green

📋 copy color: '#516120'

red 81 ◦ green 97 ◦ blue 32

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

Shades of Army green #516120

Tints of Army green #516120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.19%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 38.57%
G = 46.19%
B = 15.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#516120 (or 0x516120) is known color: Army green. HEX triplet: 51, 61 and 20. RGB value is (81,97,32). Sum of RGB (Red+Green+Blue) = 81+97+32=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #516120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516120 is #AE9EDF. Grayscale: #555555. Windows color (decimal): -11443936 or 2122065. OLE color: 2122065.

HSL color Cylindrical-coordinate representation of color #516120: hue angle of 74.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #516120 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 32 -
CMYK 0.16 0 0.67 0.62
HSL 74.77º 0.5% 0.25% -
HSV(B) 74.77º 0.67% 0.38% -
XYZ 7.93 10.4 2.96 -
YUV 84.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 81 97 32 0.16 0 0.67 0.62 74.77 0.5 0.25
Hex 51 61 20 10 0 43 3E 4B 32 19
Octal 121 141 40 20 0 103 76 113 62 31
Binary 1010001 1100001 100000 10000 0 1000011 111110 1001011 110010 11001

Color Harmonies of #516120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516120

Black with #516120

Text Example


Text Example

White with #516120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516120; }

 p { color: rgb(81,97,32); }

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

background-color css

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

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

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

border-color css

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

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

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