#515D15

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

Shades of Verdun Green #515D15

Tints of Verdun Green #515D15

Color information

#515D15 (or 0x515D15) is unknown color: approx Verdun Green. HEX triplet: 51, 5D and 15. RGB value is (81,93,21). Sum of RGB (Red+Green+Blue) = 81+93+21=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #515D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D15 is #AEA2EA. Grayscale: #515151. Windows color (decimal): -11444971 or 1400145. OLE color: 1400145.

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

Color convert

RGB819321-
CMYK0.1300.770.64
HSL70º63.16%22.35%-
HSV(B)70º77.42%36.47%-
XYZ7.449.632.18-
YUV81.294.02127.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=41.54%
G=47.69%
B=10.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193210.1300.770.647063.1622.35
Hex515D15D04D40463f16
Octal121135251501151001067726
Binary10100011011101101011101010011011000000100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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