Shades of Verdun Green #407101
Tints of Verdun Green #407101
RGB
CMYK
RGB Variations
Color information
#407101 (or 0x407101) is known color: Verdun Green. HEX triplet: 40, 71 and 01. RGB value is (64,113,1). Sum of RGB (Red+Green+Blue) = 64+113+1=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #407101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407101 is #BF8EFE. Grayscale: #555555. Windows color (decimal): -12553983 or 94528. OLE color: 94528.
HSL color Cylindrical-coordinate representation of color #407101: hue angle of 86.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #407101 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.56 |
| HSL | 86.25º | 0.98% | 0.22% | - |
| HSV(B) | 86.25º | 0.99% | 0.44% | - |
| XYZ | 8.02 | 12.9 | 2.1 | - |
| YUV | 85.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 1 | 0.43 | 0 | 0.99 | 0.56 | 86.25 | 0.98 | 0.22 |
| Hex | 40 | 71 | 1 | 2B | 0 | 63 | 38 | 56 | 62 | 16 |
| Octal | 100 | 161 | 1 | 53 | 0 | 143 | 70 | 126 | 142 | 26 |
| Binary | 1000000 | 1110001 | 1 | 101011 | 0 | 1100011 | 111000 | 1010110 | 1100010 | 10110 |
Color Harmonies of #407101
Complementary color
Monochromatic Colors of #407101
Black with #407101
Text Example
Text Example
White with #407101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407101; }
p { color: rgb(64,113,1); }
H1.HeaderClassName
{
color: #407101;
}
.AnyTagClassName
{
color: #407101;
}
</style>
background-color css
<style>
a { background-color: #407101; }
a { background-color: rgb(64,113,1); }
div.DivClassName
{
background-color: #407101;
}
.BgClassName
{
background-color: #407101;
}
</style>
border-color css
<style>
span { border-color: #407101; }
span { border-color: rgb(64,113,1); }
td.TdClassName
{
border-color: #407101;
}
.TagClassName
{
border-color: #407101;
}
</style>