Shades of Verdun Green #505E16
Tints of Verdun Green #505E16
RGB
CMYK
RGB Variations
Color information
#505E16 (or 0x505E16) is known color: Verdun Green. HEX triplet: 50, 5E and 16. RGB value is (80,94,22). Sum of RGB (Red+Green+Blue) = 80+94+22=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #505E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505E16 is #AFA1E9. Grayscale: #515151. Windows color (decimal): -11510250 or 1465936. OLE color: 1465936.
HSL color Cylindrical-coordinate representation of color #505E16: hue angle of 71.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #505E16 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 22 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.63 |
| HSL | 71.67º | 0.62% | 0.23% | - |
| HSV(B) | 71.67º | 0.77% | 0.37% | - |
| XYZ | 7.46 | 9.77 | 2.25 | - |
| YUV | 81.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 22 | 0.15 | 0 | 0.77 | 0.63 | 71.67 | 0.62 | 0.23 |
| Hex | 50 | 5E | 16 | F | 0 | 4D | 3F | 48 | 3E | 17 |
| Octal | 120 | 136 | 26 | 17 | 0 | 115 | 77 | 110 | 76 | 27 |
| Binary | 1010000 | 1011110 | 10110 | 1111 | 0 | 1001101 | 111111 | 1001000 | 111110 | 10111 |
Color Harmonies of #505E16
Complementary color
Monochromatic Colors of #505E16
Black with #505E16
Text Example
Text Example
White with #505E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E16; }
p { color: rgb(80,94,22); }
H1.HeaderClassName
{
color: #505E16;
}
.AnyTagClassName
{
color: #505E16;
}
</style>
background-color css
<style>
a { background-color: #505E16; }
a { background-color: rgb(80,94,22); }
div.DivClassName
{
background-color: #505E16;
}
.BgClassName
{
background-color: #505E16;
}
</style>
border-color css
<style>
span { border-color: #505E16; }
span { border-color: rgb(80,94,22); }
td.TdClassName
{
border-color: #505E16;
}
.TagClassName
{
border-color: #505E16;
}
</style>