Shades of Verdun Green #415E16
Tints of Verdun Green #415E16
RGB
CMYK
RGB Variations
Color information
#415E16 (or 0x415E16) is known color: Verdun Green. HEX triplet: 41, 5E and 16. RGB value is (65,94,22). Sum of RGB (Red+Green+Blue) = 65+94+22=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #415E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415E16 is #BEA1E9. Grayscale: #4D4D4D. Windows color (decimal): -12493290 or 1465921. OLE color: 1465921.
HSL color Cylindrical-coordinate representation of color #415E16: hue angle of 84.17º 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 #415E16 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 94 | 22 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.63 |
| HSL | 84.17º | 0.62% | 0.23% | - |
| HSV(B) | 84.17º | 0.77% | 0.37% | - |
| XYZ | 6.33 | 9.19 | 2.2 | - |
| YUV | 77.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 22 | 0.31 | 0 | 0.77 | 0.63 | 84.17 | 0.62 | 0.23 |
| Hex | 41 | 5E | 16 | 1F | 0 | 4D | 3F | 54 | 3E | 17 |
| Octal | 101 | 136 | 26 | 37 | 0 | 115 | 77 | 124 | 76 | 27 |
| Binary | 1000001 | 1011110 | 10110 | 11111 | 0 | 1001101 | 111111 | 1010100 | 111110 | 10111 |
Color Harmonies of #415E16
Complementary color
Monochromatic Colors of #415E16
Black with #415E16
Text Example
Text Example
White with #415E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E16; }
p { color: rgb(65,94,22); }
H1.HeaderClassName
{
color: #415E16;
}
.AnyTagClassName
{
color: #415E16;
}
</style>
background-color css
<style>
a { background-color: #415E16; }
a { background-color: rgb(65,94,22); }
div.DivClassName
{
background-color: #415E16;
}
.BgClassName
{
background-color: #415E16;
}
</style>
border-color css
<style>
span { border-color: #415E16; }
span { border-color: rgb(65,94,22); }
td.TdClassName
{
border-color: #415E16;
}
.TagClassName
{
border-color: #415E16;
}
</style>