Html Css Color HEX #516511 Verdun Green

📋 copy color: '#516511'

red 81 ◦ green 101 ◦ blue 17

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

Shades of Verdun Green #516511

Tints of Verdun Green #516511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.75%

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

R = 40.7%
G = 50.75%
B = 8.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#516511 (or 0x516511) is known color: Verdun Green. HEX triplet: 51, 65 and 11. RGB value is (81,101,17). Sum of RGB (Red+Green+Blue) = 81+101+17=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #516511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516511 is #AE9AEE. Grayscale: #555555. Windows color (decimal): -11442927 or 1140049. OLE color: 1140049.

HSL color Cylindrical-coordinate representation of color #516511: hue angle of 74.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #516511 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 17 -
CMYK 0.20 0 0.83 0.60
HSL 74.29º 0.71% 0.23% -
HSV(B) 74.29º 0.83% 0.4% -
XYZ 8.15 11.1 2.24 -
YUV 85.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 81 101 17 0.20 0 0.83 0.60 74.29 0.71 0.23
Hex 51 65 11 14 0 53 3C 4A 47 17
Octal 121 145 21 24 0 123 74 112 107 27
Binary 1010001 1100101 10001 10100 0 1010011 111100 1001010 1000111 10111

Color Harmonies of #516511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516511

Black with #516511

Text Example


Text Example

White with #516511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516511; }

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

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

background-color css

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

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

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

border-color css

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

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

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