Shades of Verdun Green #515A07
Tints of Verdun Green #515A07
RGB
CMYK
RGB Variations
Color information
#515A07 (or 0x515A07) is known color: Verdun Green. HEX triplet: 51, 5A and 07. RGB value is (81,90,7). Sum of RGB (Red+Green+Blue) = 81+90+7=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #515A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A07 is #AEA5F8. Grayscale: #4E4E4E. Windows color (decimal): -11445753 or 481873. OLE color: 481873.
HSL color Cylindrical-coordinate representation of color #515A07: hue angle of 66.51º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #515A07 is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 7 | - |
| CMYK | 0.1 | 0 | 0.92 | 0.65 |
| HSL | 66.51º | 0.86% | 0.19% | - |
| HSV(B) | 66.51º | 0.92% | 0.35% | - |
| XYZ | 7.09 | 9.08 | 1.58 | - |
| YUV | 77.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 7 | 0.1 | 0 | 0.92 | 0.65 | 66.51 | 0.86 | 0.19 |
| Hex | 51 | 5A | 7 | A | 0 | 5C | 41 | 43 | 56 | 13 |
| Octal | 121 | 132 | 7 | 12 | 0 | 134 | 101 | 103 | 126 | 23 |
| Binary | 1010001 | 1011010 | 111 | 1010 | 0 | 1011100 | 1000001 | 1000011 | 1010110 | 10011 |
Color Harmonies of #515A07
Complementary color
Monochromatic Colors of #515A07
Black with #515A07
Text Example
Text Example
White with #515A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A07; }
p { color: rgb(81,90,7); }
H1.HeaderClassName
{
color: #515A07;
}
.AnyTagClassName
{
color: #515A07;
}
</style>
background-color css
<style>
a { background-color: #515A07; }
a { background-color: rgb(81,90,7); }
div.DivClassName
{
background-color: #515A07;
}
.BgClassName
{
background-color: #515A07;
}
</style>
border-color css
<style>
span { border-color: #515A07; }
span { border-color: rgb(81,90,7); }
td.TdClassName
{
border-color: #515A07;
}
.TagClassName
{
border-color: #515A07;
}
</style>