Shades of Verdun Green #505814
Tints of Verdun Green #505814
RGB
CMYK
RGB Variations
Color information
#505814 (or 0x505814) is known color: Verdun Green. HEX triplet: 50, 58 and 14. RGB value is (80,88,20). Sum of RGB (Red+Green+Blue) = 80+88+20=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #505814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505814 is #AFA7EB. Grayscale: #4E4E4E. Windows color (decimal): -11511788 or 1333328. OLE color: 1333328.
HSL color Cylindrical-coordinate representation of color #505814: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #505814 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 88 | 20 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.65 |
| HSL | 67.06º | 0.63% | 0.21% | - |
| HSV(B) | 67.06º | 0.77% | 0.35% | - |
| XYZ | 6.92 | 8.74 | 1.98 | - |
| YUV | 77.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 20 | 0.09 | 0 | 0.77 | 0.65 | 67.06 | 0.63 | 0.21 |
| Hex | 50 | 58 | 14 | 9 | 0 | 4D | 41 | 43 | 3F | 15 |
| Octal | 120 | 130 | 24 | 11 | 0 | 115 | 101 | 103 | 77 | 25 |
| Binary | 1010000 | 1011000 | 10100 | 1001 | 0 | 1001101 | 1000001 | 1000011 | 111111 | 10101 |
Color Harmonies of #505814
Complementary color
Monochromatic Colors of #505814
Black with #505814
Text Example
Text Example
White with #505814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505814; }
p { color: rgb(80,88,20); }
H1.HeaderClassName
{
color: #505814;
}
.AnyTagClassName
{
color: #505814;
}
</style>
background-color css
<style>
a { background-color: #505814; }
a { background-color: rgb(80,88,20); }
div.DivClassName
{
background-color: #505814;
}
.BgClassName
{
background-color: #505814;
}
</style>
border-color css
<style>
span { border-color: #505814; }
span { border-color: rgb(80,88,20); }
td.TdClassName
{
border-color: #505814;
}
.TagClassName
{
border-color: #505814;
}
</style>