Html Css Color HEX #516020 Army green

📋 copy color: '#516020'

red 81 ◦ green 96 ◦ blue 32

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

Shades of Army green #516020

Tints of Army green #516020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.93%

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

R = 38.76%
G = 45.93%
B = 15.31%

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

#516020 (or 0x516020) is known color: Army green. HEX triplet: 51, 60 and 20. RGB value is (81,96,32). Sum of RGB (Red+Green+Blue) = 81+96+32=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #516020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516020 is #AE9FDF. Grayscale: #545454. Windows color (decimal): -11444192 or 2121809. OLE color: 2121809.

HSL color Cylindrical-coordinate representation of color #516020: hue angle of 74.06º 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 #516020 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 32 -
CMYK 0.16 0 0.67 0.62
HSL 74.06º 0.5% 0.25% -
HSV(B) 74.06º 0.67% 0.38% -
XYZ 7.84 10.22 2.93 -
YUV 84.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 81 96 32 0.16 0 0.67 0.62 74.06 0.5 0.25
Hex 51 60 20 10 0 43 3E 4A 32 19
Octal 121 140 40 20 0 103 76 112 62 31
Binary 1010001 1100000 100000 10000 0 1000011 111110 1001010 110010 11001

Color Harmonies of #516020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516020

Black with #516020

Text Example


Text Example

White with #516020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516020; }

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

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

background-color css

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

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

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

border-color css

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

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

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