#516317

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

Shades of Verdun Green #516317

Tints of Verdun Green #516317

Color information

#516317 (or 0x516317) is unknown color: approx Verdun Green. HEX triplet: 51, 63 and 17. RGB value is (81,99,23). Sum of RGB (Red+Green+Blue) = 81+99+23=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #516317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516317 is #AE9CE8. Grayscale: #555555. Windows color (decimal): -11443433 or 1532753. OLE color: 1532753.

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

Color convert

RGB819923-
CMYK0.1800.770.61
HSL74.21º62.3%23.92%-
HSV(B)74.21º76.77%38.82%-
XYZ8.0110.732.46-
YUV84.9593.04125.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=39.90%
G=48.77%
B=11.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199230.1800.770.6174.2162.323.92
Hex5163171204D3D4a3e18
Octal12114327220115751127630
Binary10100011100011101111001001001101111101100101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516317; }

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

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

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

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

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

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

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

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