Shades of Verdun Green #516709
Tints of Verdun Green #516709
RGB
CMYK
RGB Variations
Color information
#516709 (or 0x516709) is known color: Verdun Green. HEX triplet: 51, 67 and 09. RGB value is (81,103,9). Sum of RGB (Red+Green+Blue) = 81+103+9=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #516709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516709 is #AE98F6. Grayscale: #565656. Windows color (decimal): -11442423 or 616273. OLE color: 616273.
HSL color Cylindrical-coordinate representation of color #516709: hue angle of 74.04º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #516709 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 103 | 9 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.60 |
| HSL | 74.04º | 0.84% | 0.22% | - |
| HSV(B) | 74.04º | 0.91% | 0.4% | - |
| XYZ | 8.29 | 11.47 | 2.04 | - |
| YUV | 85.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 9 | 0.21 | 0 | 0.91 | 0.60 | 74.04 | 0.84 | 0.22 |
| Hex | 51 | 67 | 9 | 15 | 0 | 5B | 3C | 4A | 54 | 16 |
| Octal | 121 | 147 | 11 | 25 | 0 | 133 | 74 | 112 | 124 | 26 |
| Binary | 1010001 | 1100111 | 1001 | 10101 | 0 | 1011011 | 111100 | 1001010 | 1010100 | 10110 |
Color Harmonies of #516709
Complementary color
Monochromatic Colors of #516709
Black with #516709
Text Example
Text Example
White with #516709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516709; }
p { color: rgb(81,103,9); }
H1.HeaderClassName
{
color: #516709;
}
.AnyTagClassName
{
color: #516709;
}
</style>
background-color css
<style>
a { background-color: #516709; }
a { background-color: rgb(81,103,9); }
div.DivClassName
{
background-color: #516709;
}
.BgClassName
{
background-color: #516709;
}
</style>
border-color css
<style>
span { border-color: #516709; }
span { border-color: rgb(81,103,9); }
td.TdClassName
{
border-color: #516709;
}
.TagClassName
{
border-color: #516709;
}
</style>