#515D17

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

Shades of Verdun Green #515D17

Tints of Verdun Green #515D17

Color information

#515D17 (or 0x515D17) is unknown color: approx Verdun Green. HEX triplet: 51, 5D and 17. RGB value is (81,93,23). Sum of RGB (Red+Green+Blue) = 81+93+23=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #515D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D17 is #AEA2E8. Grayscale: #515151. Windows color (decimal): -11444969 or 1531217. OLE color: 1531217.

HSL color Cylindrical-coordinate representation of color #515D17: hue angle of 70.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #515D17 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB819323-
CMYK0.1300.750.64
HSL70.29º60.34%22.75%-
HSV(B)70.29º75.27%36.47%-
XYZ7.469.642.28-
YUV81.4395.02127.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=41.12%
G=47.21%
B=11.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193230.1300.750.6470.2960.3422.75
Hex515D17D04B40463c17
Octal121135271501131001067427
Binary10100011011101101111101010010111000000100011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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