Shades of Verdun Green #505C17
Tints of Verdun Green #505C17
RGB
CMYK
RGB Variations
Color information
#505C17 (or 0x505C17) is known color: Verdun Green. HEX triplet: 50, 5C and 17. RGB value is (80,92,23). Sum of RGB (Red+Green+Blue) = 80+92+23=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #505C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C17 is #AFA3E8. Grayscale: #505050. Windows color (decimal): -11510761 or 1530960. OLE color: 1530960.
HSL color Cylindrical-coordinate representation of color #505C17: hue angle of 70.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #505C17 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 23 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.64 |
| HSL | 70.43º | 0.6% | 0.23% | - |
| HSV(B) | 70.43º | 0.75% | 0.36% | - |
| XYZ | 7.29 | 9.42 | 2.24 | - |
| YUV | 80.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 23 | 0.13 | 0 | 0.75 | 0.64 | 70.43 | 0.6 | 0.23 |
| Hex | 50 | 5C | 17 | D | 0 | 4B | 40 | 46 | 3C | 17 |
| Octal | 120 | 134 | 27 | 15 | 0 | 113 | 100 | 106 | 74 | 27 |
| Binary | 1010000 | 1011100 | 10111 | 1101 | 0 | 1001011 | 1000000 | 1000110 | 111100 | 10111 |
Color Harmonies of #505C17
Complementary color
Monochromatic Colors of #505C17
Black with #505C17
Text Example
Text Example
White with #505C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C17; }
p { color: rgb(80,92,23); }
H1.HeaderClassName
{
color: #505C17;
}
.AnyTagClassName
{
color: #505C17;
}
</style>
background-color css
<style>
a { background-color: #505C17; }
a { background-color: rgb(80,92,23); }
div.DivClassName
{
background-color: #505C17;
}
.BgClassName
{
background-color: #505C17;
}
</style>
border-color css
<style>
span { border-color: #505C17; }
span { border-color: rgb(80,92,23); }
td.TdClassName
{
border-color: #505C17;
}
.TagClassName
{
border-color: #505C17;
}
</style>