Shades of Verdun Green #515B03
Tints of Verdun Green #515B03
RGB
CMYK
RGB Variations
Color information
#515B03 (or 0x515B03) is known color: Verdun Green. HEX triplet: 51, 5B and 03. RGB value is (81,91,3). Sum of RGB (Red+Green+Blue) = 81+91+3=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #515B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B03 is #AEA4FC. Grayscale: #4E4E4E. Windows color (decimal): -11445501 or 219985. OLE color: 219985.
HSL color Cylindrical-coordinate representation of color #515B03: hue angle of 66.82º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #515B03 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 3 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.64 |
| HSL | 66.82º | 0.94% | 0.18% | - |
| HSV(B) | 66.82º | 0.97% | 0.36% | - |
| XYZ | 7.15 | 9.24 | 1.49 | - |
| YUV | 77.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 3 | 0.11 | 0 | 0.97 | 0.64 | 66.82 | 0.94 | 0.18 |
| Hex | 51 | 5B | 3 | B | 0 | 61 | 40 | 43 | 5E | 12 |
| Octal | 121 | 133 | 3 | 13 | 0 | 141 | 100 | 103 | 136 | 22 |
| Binary | 1010001 | 1011011 | 11 | 1011 | 0 | 1100001 | 1000000 | 1000011 | 1011110 | 10010 |
Color Harmonies of #515B03
Complementary color
Monochromatic Colors of #515B03
Black with #515B03
Text Example
Text Example
White with #515B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B03; }
p { color: rgb(81,91,3); }
H1.HeaderClassName
{
color: #515B03;
}
.AnyTagClassName
{
color: #515B03;
}
</style>
background-color css
<style>
a { background-color: #515B03; }
a { background-color: rgb(81,91,3); }
div.DivClassName
{
background-color: #515B03;
}
.BgClassName
{
background-color: #515B03;
}
</style>
border-color css
<style>
span { border-color: #515B03; }
span { border-color: rgb(81,91,3); }
td.TdClassName
{
border-color: #515B03;
}
.TagClassName
{
border-color: #515B03;
}
</style>