Html Css Color HEX #516910 Verdun Green

📋 copy color: '#516910'

red 81 ◦ green 105 ◦ blue 16

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

Shades of Verdun Green #516910

Tints of Verdun Green #516910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.98%

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 40.1%
G = 51.98%
B = 7.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#516910 (or 0x516910) is known color: Verdun Green. HEX triplet: 51, 69 and 10. RGB value is (81,105,16). Sum of RGB (Red+Green+Blue) = 81+105+16=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #516910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516910 is #AE96EF. Grayscale: #585858. Windows color (decimal): -11441904 or 1075537. OLE color: 1075537.

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

Color convert

RGB 81 105 16 -
CMYK 0.23 0 0.85 0.59
HSL 76.18º 0.74% 0.24% -
HSV(B) 76.18º 0.85% 0.41% -
XYZ 8.54 11.89 2.34 -
YUV 87.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 81 105 16 0.23 0 0.85 0.59 76.18 0.74 0.24
Hex 51 69 10 17 0 55 3B 4C 4A 18
Octal 121 151 20 27 0 125 73 114 112 30
Binary 1010001 1101001 10000 10111 0 1010101 111011 1001100 1001010 11000

Color Harmonies of #516910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516910

Black with #516910

Text Example


Text Example

White with #516910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516910; }

 p { color: rgb(81,105,16); }

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

background-color css

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

 a { background-color: rgb(81,105,16); }

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

border-color css

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

 span { border-color: rgb(81,105,16); }

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