#516310

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

Shades of Verdun Green #516310

Tints of Verdun Green #516310

Color information

#516310 (or 0x516310) is unknown color: approx Verdun Green. HEX triplet: 51, 63 and 10. RGB value is (81,99,16). Sum of RGB (Red+Green+Blue) = 81+99+16=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #516310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516310 is #AE9CEF. Grayscale: #545454. Windows color (decimal): -11443440 or 1074001. OLE color: 1074001.

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

Color convert

RGB819916-
CMYK0.1800.840.61
HSL73.01º72.17%22.55%-
HSV(B)73.01º83.84%38.82%-
XYZ7.9510.712.14-
YUV84.1689.54125.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=41.33%
G=50.51%
B=8.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199160.1800.840.6173.0172.1722.55
Hex516310120543D494817
Octal121143202201247511111027
Binary101000111000111000010010010101001111011001001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516310; }

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

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

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

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

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

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

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

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