#515916

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

Shades of Verdun Green #515916

Tints of Verdun Green #515916

Color information

#515916 (or 0x515916) is unknown color: approx Verdun Green. HEX triplet: 51, 59 and 16. RGB value is (81,89,22). Sum of RGB (Red+Green+Blue) = 81+89+22=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #515916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515916 is #AEA6E9. Grayscale: #4F4F4F. Windows color (decimal): -11445994 or 1464657. OLE color: 1464657.

HSL color Cylindrical-coordinate representation of color #515916: hue angle of 67.16º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #515916 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB818922-
CMYK0.0900.750.65
HSL67.16º60.36%21.76%-
HSV(B)67.16º75.28%34.9%-
XYZ7.118.952.11-
YUV78.9795.85129.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=42.19%
G=46.35%
B=11.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189220.0900.750.6567.1660.3621.76
Hex515916904B41433c16
Octal121131261101131011037426
Binary10100011011001101101001010010111000001100001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515916; }

 p { color: rgb(81,89,22); }

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

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

 a { background-color: rgb(81,89,22); }

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

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

 span { border-color: rgb(81,89,22); }

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