Html Css Color HEX #516311 Verdun Green

📋 copy color: '#516311'

red 81 ◦ green 99 ◦ blue 17

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

Shades of Verdun Green #516311

Tints of Verdun Green #516311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.25%

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

R = 41.12%
G = 50.25%
B = 8.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#516311 (or 0x516311) is known color: Verdun Green. HEX triplet: 51, 63 and 11. RGB value is (81,99,17). Sum of RGB (Red+Green+Blue) = 81+99+17=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #516311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516311 is #AE9CEE. Grayscale: #545454. Windows color (decimal): -11443439 or 1139537. OLE color: 1139537.

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

Color convert

RGB 81 99 17 -
CMYK 0.18 0 0.83 0.61
HSL 73.17º 0.71% 0.23% -
HSV(B) 73.17º 0.83% 0.39% -
XYZ 7.96 10.71 2.18 -
YUV 84.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 81 99 17 0.18 0 0.83 0.61 73.17 0.71 0.23
Hex 51 63 11 12 0 53 3D 49 47 17
Octal 121 143 21 22 0 123 75 111 107 27
Binary 1010001 1100011 10001 10010 0 1010011 111101 1001001 1000111 10111

Color Harmonies of #516311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516311

Black with #516311

Text Example


Text Example

White with #516311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516311; }

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

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

background-color css

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

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

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

border-color css

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

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

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