#516717

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

Shades of Verdun Green #516717

Tints of Verdun Green #516717

Color information

#516717 (or 0x516717) is unknown color: approx Verdun Green. HEX triplet: 51, 67 and 17. RGB value is (81,103,23). Sum of RGB (Red+Green+Blue) = 81+103+23=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #516717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516717 is #AE98E8. Grayscale: #575757. Windows color (decimal): -11442409 or 1533777. OLE color: 1533777.

HSL color Cylindrical-coordinate representation of color #516717: hue angle of 76.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #516717 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB8110323-
CMYK0.2100.780.60
HSL76.5º63.49%24.71%-
HSV(B)76.5º77.67%40.39%-
XYZ8.411.512.59-
YUV87.391.71123.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 103 (40.62% from 255) = 49.76%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=39.13%
G=49.76%
B=11.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81103230.2100.780.6076.563.4924.71
Hex5167171504E3C4c3f19
Octal12114727250116741147731
Binary10100011100111101111010101001110111100100110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516717; }

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

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

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

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

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

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

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

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