#516910

Color #516910 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #516910

Tints of Verdun Green #516910

Color information

#516910 (or 0x516910) is unknown color: approx 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

RGB8110516-
CMYK0.2300.850.59
HSL76.18º73.55%23.73%-
HSV(B)76.18º84.76%41.18%-
XYZ8.5411.892.34-
YUV87.6887.55123.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=40.10%
G=51.98%
B=7.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105160.2300.850.5976.1873.5523.73
Hex516910170553B4c4a18
Octal121151202701257311411230
Binary101000111010011000010111010101011110111001100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>