Html Css Color HEX #516111 Verdun Green

📋 copy color: '#516111'

red 81 ◦ green 97 ◦ blue 17

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

Shades of Verdun Green #516111

Tints of Verdun Green #516111

RGB

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

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

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

R = 41.54%
G = 49.74%
B = 8.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#516111 (or 0x516111) is known color: Verdun Green. HEX triplet: 51, 61 and 11. RGB value is (81,97,17). Sum of RGB (Red+Green+Blue) = 81+97+17=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #516111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516111 is #AE9EEE. Grayscale: #535353. Windows color (decimal): -11443951 or 1139025. OLE color: 1139025.

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

Color convert

RGB 81 97 17 -
CMYK 0.16 0 0.82 0.62
HSL 72º 0.7% 0.22% -
HSV(B) 72º 0.82% 0.38% -
XYZ 7.77 10.34 2.12 -
YUV 83.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 81 97 17 0.16 0 0.82 0.62 72 0.7 0.22
Hex 51 61 11 10 0 52 3E 48 46 16
Octal 121 141 21 20 0 122 76 110 106 26
Binary 1010001 1100001 10001 10000 0 1010010 111110 1001000 1000110 10110

Color Harmonies of #516111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516111

Black with #516111

Text Example


Text Example

White with #516111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516111; }

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

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

background-color css

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

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

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

border-color css

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

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

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