Shades of Verdun Green #414B14
Tints of Verdun Green #414B14
RGB
CMYK
RGB Variations
Color information
#414B14 (or 0x414B14) is known color: Verdun Green. HEX triplet: 41, 4B and 14. RGB value is (65,75,20). Sum of RGB (Red+Green+Blue) = 65+75+20=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #414B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B14 is #BEB4EB. Grayscale: #414141. Windows color (decimal): -12498156 or 1329985. OLE color: 1329985.
HSL color Cylindrical-coordinate representation of color #414B14: hue angle of 70.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414B14 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 20 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.71 |
| HSL | 70.91º | 0.58% | 0.19% | - |
| HSV(B) | 70.91º | 0.73% | 0.29% | - |
| XYZ | 4.82 | 6.21 | 1.61 | - |
| YUV | 65.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 20 | 0.13 | 0 | 0.73 | 0.71 | 70.91 | 0.58 | 0.19 |
| Hex | 41 | 4B | 14 | D | 0 | 49 | 47 | 47 | 3A | 13 |
| Octal | 101 | 113 | 24 | 15 | 0 | 111 | 107 | 107 | 72 | 23 |
| Binary | 1000001 | 1001011 | 10100 | 1101 | 0 | 1001001 | 1000111 | 1000111 | 111010 | 10011 |
Color Harmonies of #414B14
Complementary color
Monochromatic Colors of #414B14
Black with #414B14
Text Example
Text Example
White with #414B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B14; }
p { color: rgb(65,75,20); }
H1.HeaderClassName
{
color: #414B14;
}
.AnyTagClassName
{
color: #414B14;
}
</style>
background-color css
<style>
a { background-color: #414B14; }
a { background-color: rgb(65,75,20); }
div.DivClassName
{
background-color: #414B14;
}
.BgClassName
{
background-color: #414B14;
}
</style>
border-color css
<style>
span { border-color: #414B14; }
span { border-color: rgb(65,75,20); }
td.TdClassName
{
border-color: #414B14;
}
.TagClassName
{
border-color: #414B14;
}
</style>