#515F10

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

Shades of Verdun Green #515F10

Tints of Verdun Green #515F10

Color information

#515F10 (or 0x515F10) is unknown color: approx Verdun Green. HEX triplet: 51, 5F and 10. RGB value is (81,95,16). Sum of RGB (Red+Green+Blue) = 81+95+16=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #515F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515F10 is #AEA0EF. Grayscale: #525252. Windows color (decimal): -11444464 or 1072977. OLE color: 1072977.

HSL color Cylindrical-coordinate representation of color #515F10: hue angle of 70.63º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #515F10 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB819516-
CMYK0.1500.830.63
HSL70.63º71.17%21.76%-
HSV(B)70.63º83.16%37.25%-
XYZ7.589.972.02-
YUV81.8190.86127.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 95 (37.5% from 255) = 49.48%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=42.19%
G=49.48%
B=8.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195160.1500.830.6370.6371.1721.76
Hex515F10F0533F474716
Octal121137201701237710710726
Binary10100011011111100001111010100111111111000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515F10; }

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

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

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

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

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

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

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

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