Shades of Verdun Green #515808
Tints of Verdun Green #515808
RGB
CMYK
RGB Variations
Color information
#515808 (or 0x515808) is known color: Verdun Green. HEX triplet: 51, 58 and 08. RGB value is (81,88,8). Sum of RGB (Red+Green+Blue) = 81+88+8=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #515808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515808 is #AEA7F7. Grayscale: #4D4D4D. Windows color (decimal): -11446264 or 546897. OLE color: 546897.
HSL color Cylindrical-coordinate representation of color #515808: hue angle of 65.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #515808 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 8 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.65 |
| HSL | 65.25º | 0.83% | 0.19% | - |
| HSV(B) | 65.25º | 0.91% | 0.35% | - |
| XYZ | 6.93 | 8.75 | 1.55 | - |
| YUV | 76.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 8 | 0.08 | 0 | 0.91 | 0.65 | 65.25 | 0.83 | 0.19 |
| Hex | 51 | 58 | 8 | 8 | 0 | 5B | 41 | 41 | 53 | 13 |
| Octal | 121 | 130 | 10 | 10 | 0 | 133 | 101 | 101 | 123 | 23 |
| Binary | 1010001 | 1011000 | 1000 | 1000 | 0 | 1011011 | 1000001 | 1000001 | 1010011 | 10011 |
Color Harmonies of #515808
Complementary color
Monochromatic Colors of #515808
Black with #515808
Text Example
Text Example
White with #515808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515808; }
p { color: rgb(81,88,8); }
H1.HeaderClassName
{
color: #515808;
}
.AnyTagClassName
{
color: #515808;
}
</style>
background-color css
<style>
a { background-color: #515808; }
a { background-color: rgb(81,88,8); }
div.DivClassName
{
background-color: #515808;
}
.BgClassName
{
background-color: #515808;
}
</style>
border-color css
<style>
span { border-color: #515808; }
span { border-color: rgb(81,88,8); }
td.TdClassName
{
border-color: #515808;
}
.TagClassName
{
border-color: #515808;
}
</style>