Html Css Color HEX #516811 Verdun Green

📋 copy color: '#516811'

red 81 ◦ green 104 ◦ blue 17

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

Shades of Verdun Green #516811

Tints of Verdun Green #516811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.49%

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 40.1%
G = 51.49%
B = 8.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#516811 (or 0x516811) is known color: Verdun Green. HEX triplet: 51, 68 and 11. RGB value is (81,104,17). Sum of RGB (Red+Green+Blue) = 81+104+17=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #516811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516811 is #AE97EE. Grayscale: #575757. Windows color (decimal): -11442159 or 1140817. OLE color: 1140817.

HSL color Cylindrical-coordinate representation of color #516811: hue angle of 75.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #516811 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 17 -
CMYK 0.22 0 0.84 0.59
HSL 75.86º 0.72% 0.24% -
HSV(B) 75.86º 0.84% 0.41% -
XYZ 8.44 11.69 2.34 -
YUV 87.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 81 104 17 0.22 0 0.84 0.59 75.86 0.72 0.24
Hex 51 68 11 16 0 54 3B 4C 48 18
Octal 121 150 21 26 0 124 73 114 110 30
Binary 1010001 1101000 10001 10110 0 1010100 111011 1001100 1001000 11000

Color Harmonies of #516811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516811

Black with #516811

Text Example


Text Example

White with #516811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516811; }

 p { color: rgb(81,104,17); }

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

background-color css

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

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

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

border-color css

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

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

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