#516806

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

Shades of Verdun Green #516806

Tints of Verdun Green #516806

Color information

#516806 (or 0x516806) is unknown color: approx Verdun Green. HEX triplet: 51, 68 and 06. RGB value is (81,104,6). Sum of RGB (Red+Green+Blue) = 81+104+6=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #516806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516806 is #AE97F9. Grayscale: #565656. Windows color (decimal): -11442170 or 419921. OLE color: 419921.

HSL color Cylindrical-coordinate representation of color #516806: hue angle of 74.08º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #516806 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB811046-
CMYK0.2200.940.59
HSL74.08º89.09%21.57%-
HSV(B)74.08º94.23%40.78%-
XYZ8.3811.661.98-
YUV85.9582.88124.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=42.41%
G=54.45%
B=3.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8110460.2200.940.5974.0889.0921.57
Hex516861605E3B4a5916
Octal12115062601367311213126
Binary1010001110100011010110010111101110111001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516806; }

 p { color: rgb(81,104,6); }

 H1.HeaderClassName
 {
   color: #516806;
 }
 .AnyTagClassName
 {
   color: #516806;
 }
</style>
background-color css

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

 a { background-color: rgb(81,104,6); }

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

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

 span { border-color: rgb(81,104,6); }

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