Shades of Verdun Green #505913
Tints of Verdun Green #505913
RGB
CMYK
RGB Variations
Color information
#505913 (or 0x505913) is known color: Verdun Green. HEX triplet: 50, 59 and 13. RGB value is (80,89,19). Sum of RGB (Red+Green+Blue) = 80+89+19=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #505913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505913 is #AFA6EC. Grayscale: #4E4E4E. Windows color (decimal): -11511533 or 1268048. OLE color: 1268048.
HSL color Cylindrical-coordinate representation of color #505913: hue angle of 67.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #505913 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 19 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.65 |
| HSL | 67.71º | 0.65% | 0.21% | - |
| HSV(B) | 67.71º | 0.79% | 0.35% | - |
| XYZ | 7 | 8.9 | 1.96 | - |
| YUV | 78.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 19 | 0.10 | 0 | 0.79 | 0.65 | 67.71 | 0.65 | 0.21 |
| Hex | 50 | 59 | 13 | A | 0 | 4F | 41 | 44 | 41 | 15 |
| Octal | 120 | 131 | 23 | 12 | 0 | 117 | 101 | 104 | 101 | 25 |
| Binary | 1010000 | 1011001 | 10011 | 1010 | 0 | 1001111 | 1000001 | 1000100 | 1000001 | 10101 |
Color Harmonies of #505913
Complementary color
Monochromatic Colors of #505913
Black with #505913
Text Example
Text Example
White with #505913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505913; }
p { color: rgb(80,89,19); }
H1.HeaderClassName
{
color: #505913;
}
.AnyTagClassName
{
color: #505913;
}
</style>
background-color css
<style>
a { background-color: #505913; }
a { background-color: rgb(80,89,19); }
div.DivClassName
{
background-color: #505913;
}
.BgClassName
{
background-color: #505913;
}
</style>
border-color css
<style>
span { border-color: #505913; }
span { border-color: rgb(80,89,19); }
td.TdClassName
{
border-color: #505913;
}
.TagClassName
{
border-color: #505913;
}
</style>