Shades of Verdun Green #515B00
Tints of Verdun Green #515B00
RGB
CMYK
RGB Variations
Color information
#515B00 (or 0x515B00) is known color: Verdun Green. HEX triplet: 51, 5B and 00. RGB value is (81,91,0). Sum of RGB (Red+Green+Blue) = 81+91+0=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #515B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B00 is #AEA4FF. Grayscale: #4D4D4D. Windows color (decimal): -11445504 or 23377. OLE color: 23377.
HSL color Cylindrical-coordinate representation of color #515B00: hue angle of 66.59º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #515B00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.64 |
| HSL | 66.59º | 1% | 0.18% | - |
| HSV(B) | 66.59º | 1% | 0.36% | - |
| XYZ | 7.13 | 9.23 | 1.41 | - |
| YUV | 77.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 0 | 0.11 | 0 | 1 | 0.64 | 66.59 | 1 | 0.18 |
| Hex | 51 | 5B | 0 | B | 0 | 64 | 40 | 43 | 64 | 12 |
| Octal | 121 | 133 | 0 | 13 | 0 | 144 | 100 | 103 | 144 | 22 |
| Binary | 1010001 | 1011011 | 0 | 1011 | 0 | 1100100 | 1000000 | 1000011 | 1100100 | 10010 |
Color Harmonies of #515B00
Complementary color
Monochromatic Colors of #515B00
Black with #515B00
Text Example
Text Example
White with #515B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B00; }
p { color: rgb(81,91,0); }
H1.HeaderClassName
{
color: #515B00;
}
.AnyTagClassName
{
color: #515B00;
}
</style>
background-color css
<style>
a { background-color: #515B00; }
a { background-color: rgb(81,91,0); }
div.DivClassName
{
background-color: #515B00;
}
.BgClassName
{
background-color: #515B00;
}
</style>
border-color css
<style>
span { border-color: #515B00; }
span { border-color: rgb(81,91,0); }
td.TdClassName
{
border-color: #515B00;
}
.TagClassName
{
border-color: #515B00;
}
</style>