Shades of Verdun Green #515B05
Tints of Verdun Green #515B05
RGB
CMYK
RGB Variations
Color information
#515B05 (or 0x515B05) is known color: Verdun Green. HEX triplet: 51, 5B and 05. RGB value is (81,91,5). Sum of RGB (Red+Green+Blue) = 81+91+5=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #515B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B05 is #AEA4FA. Grayscale: #4E4E4E. Windows color (decimal): -11445499 or 351057. OLE color: 351057.
HSL color Cylindrical-coordinate representation of color #515B05: hue angle of 66.98º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #515B05 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 5 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.64 |
| HSL | 66.98º | 0.9% | 0.19% | - |
| HSV(B) | 66.98º | 0.95% | 0.36% | - |
| XYZ | 7.16 | 9.24 | 1.55 | - |
| YUV | 78.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 5 | 0.11 | 0 | 0.95 | 0.64 | 66.98 | 0.9 | 0.19 |
| Hex | 51 | 5B | 5 | B | 0 | 5F | 40 | 43 | 5A | 13 |
| Octal | 121 | 133 | 5 | 13 | 0 | 137 | 100 | 103 | 132 | 23 |
| Binary | 1010001 | 1011011 | 101 | 1011 | 0 | 1011111 | 1000000 | 1000011 | 1011010 | 10011 |
Color Harmonies of #515B05
Complementary color
Monochromatic Colors of #515B05
Black with #515B05
Text Example
Text Example
White with #515B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B05; }
p { color: rgb(81,91,5); }
H1.HeaderClassName
{
color: #515B05;
}
.AnyTagClassName
{
color: #515B05;
}
</style>
background-color css
<style>
a { background-color: #515B05; }
a { background-color: rgb(81,91,5); }
div.DivClassName
{
background-color: #515B05;
}
.BgClassName
{
background-color: #515B05;
}
</style>
border-color css
<style>
span { border-color: #515B05; }
span { border-color: rgb(81,91,5); }
td.TdClassName
{
border-color: #515B05;
}
.TagClassName
{
border-color: #515B05;
}
</style>