Shades of Verdun Green #515A06
Tints of Verdun Green #515A06
RGB
CMYK
RGB Variations
Color information
#515A06 (or 0x515A06) is known color: Verdun Green. HEX triplet: 51, 5A and 06. RGB value is (81,90,6). Sum of RGB (Red+Green+Blue) = 81+90+6=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #515A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A06 is #AEA5F9. Grayscale: #4E4E4E. Windows color (decimal): -11445754 or 416337. OLE color: 416337.
HSL color Cylindrical-coordinate representation of color #515A06: hue angle of 66.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #515A06 is Cyan = 0.1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 6 | - |
| CMYK | 0.1 | 0 | 0.93 | 0.65 |
| HSL | 66.43º | 0.88% | 0.19% | - |
| HSV(B) | 66.43º | 0.93% | 0.35% | - |
| XYZ | 7.08 | 9.07 | 1.55 | - |
| YUV | 77.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 6 | 0.1 | 0 | 0.93 | 0.65 | 66.43 | 0.88 | 0.19 |
| Hex | 51 | 5A | 6 | A | 0 | 5D | 41 | 42 | 58 | 13 |
| Octal | 121 | 132 | 6 | 12 | 0 | 135 | 101 | 102 | 130 | 23 |
| Binary | 1010001 | 1011010 | 110 | 1010 | 0 | 1011101 | 1000001 | 1000010 | 1011000 | 10011 |
Color Harmonies of #515A06
Complementary color
Monochromatic Colors of #515A06
Black with #515A06
Text Example
Text Example
White with #515A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A06; }
p { color: rgb(81,90,6); }
H1.HeaderClassName
{
color: #515A06;
}
.AnyTagClassName
{
color: #515A06;
}
</style>
background-color css
<style>
a { background-color: #515A06; }
a { background-color: rgb(81,90,6); }
div.DivClassName
{
background-color: #515A06;
}
.BgClassName
{
background-color: #515A06;
}
</style>
border-color css
<style>
span { border-color: #515A06; }
span { border-color: rgb(81,90,6); }
td.TdClassName
{
border-color: #515A06;
}
.TagClassName
{
border-color: #515A06;
}
</style>