Shades of Verdun Green #515A09
Tints of Verdun Green #515A09
RGB
CMYK
RGB Variations
Color information
#515A09 (or 0x515A09) is known color: Verdun Green. HEX triplet: 51, 5A and 09. RGB value is (81,90,9). Sum of RGB (Red+Green+Blue) = 81+90+9=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #515A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A09 is #AEA5F6. Grayscale: #4E4E4E. Windows color (decimal): -11445751 or 612945. OLE color: 612945.
HSL color Cylindrical-coordinate representation of color #515A09: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #515A09 is Cyan = 0.1, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 9 | - |
| CMYK | 0.1 | 0 | 0.9 | 0.65 |
| HSL | 66.67º | 0.82% | 0.19% | - |
| HSV(B) | 66.67º | 0.9% | 0.35% | - |
| XYZ | 7.1 | 9.08 | 1.64 | - |
| YUV | 78.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 9 | 0.1 | 0 | 0.9 | 0.65 | 66.67 | 0.82 | 0.19 |
| Hex | 51 | 5A | 9 | A | 0 | 5A | 41 | 43 | 52 | 13 |
| Octal | 121 | 132 | 11 | 12 | 0 | 132 | 101 | 103 | 122 | 23 |
| Binary | 1010001 | 1011010 | 1001 | 1010 | 0 | 1011010 | 1000001 | 1000011 | 1010010 | 10011 |
Color Harmonies of #515A09
Complementary color
Monochromatic Colors of #515A09
Black with #515A09
Text Example
Text Example
White with #515A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A09; }
p { color: rgb(81,90,9); }
H1.HeaderClassName
{
color: #515A09;
}
.AnyTagClassName
{
color: #515A09;
}
</style>
background-color css
<style>
a { background-color: #515A09; }
a { background-color: rgb(81,90,9); }
div.DivClassName
{
background-color: #515A09;
}
.BgClassName
{
background-color: #515A09;
}
</style>
border-color css
<style>
span { border-color: #515A09; }
span { border-color: rgb(81,90,9); }
td.TdClassName
{
border-color: #515A09;
}
.TagClassName
{
border-color: #515A09;
}
</style>