#516715

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

Shades of Verdun Green #516715

Tints of Verdun Green #516715

Color information

#516715 (or 0x516715) is unknown color: approx Verdun Green. HEX triplet: 51, 67 and 15. RGB value is (81,103,21). Sum of RGB (Red+Green+Blue) = 81+103+21=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #516715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516715 is #AE98EA. Grayscale: #575757. Windows color (decimal): -11442411 or 1402705. OLE color: 1402705.

HSL color Cylindrical-coordinate representation of color #516715: hue angle of 76.1º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #516715 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB8110321-
CMYK0.2100.800.60
HSL76.1º66.13%24.31%-
HSV(B)76.1º79.61%40.39%-
XYZ8.3811.52.49-
YUV87.0790.71123.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=39.51%
G=50.24%
B=10.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81103210.2100.800.6076.166.1324.31
Hex516715150503C4c4218
Octal121147252501207411410230
Binary101000111001111010110101010100001111001001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516715; }

 p { color: rgb(81,103,21); }

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

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

 a { background-color: rgb(81,103,21); }

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

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

 span { border-color: rgb(81,103,21); }

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