Html Css Color HEX #516116 Verdun Green

📋 copy color: '#516116'

red 81 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #516116

Tints of Verdun Green #516116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11%

R = 40.5%
G = 48.5%
B = 11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#516116 (or 0x516116) is known color: Verdun Green. HEX triplet: 51, 61 and 16. RGB value is (81,97,22). Sum of RGB (Red+Green+Blue) = 81+97+22=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #516116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516116 is #AE9EE9. Grayscale: #535353. Windows color (decimal): -11443946 or 1466705. OLE color: 1466705.

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

Color convert

RGB 81 97 22 -
CMYK 0.16 0 0.77 0.62
HSL 72.8º 0.63% 0.23% -
HSV(B) 72.8º 0.77% 0.38% -
XYZ 7.81 10.36 2.35 -
YUV 83.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 81 97 22 0.16 0 0.77 0.62 72.8 0.63 0.23
Hex 51 61 16 10 0 4D 3E 49 3F 17
Octal 121 141 26 20 0 115 76 111 77 27
Binary 1010001 1100001 10110 10000 0 1001101 111110 1001001 111111 10111

Color Harmonies of #516116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516116

Black with #516116

Text Example


Text Example

White with #516116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516116; }

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

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

background-color css

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

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

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

border-color css

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

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

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