Shades of Verdun Green #407102
Tints of Verdun Green #407102
RGB
CMYK
RGB Variations
Color information
#407102 (or 0x407102) is known color: Verdun Green. HEX triplet: 40, 71 and 02. RGB value is (64,113,2). Sum of RGB (Red+Green+Blue) = 64+113+2=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #407102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407102 is #BF8EFD. Grayscale: #565656. Windows color (decimal): -12553982 or 160064. OLE color: 160064.
HSL color Cylindrical-coordinate representation of color #407102: hue angle of 86.49º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #407102 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.56 |
| HSL | 86.49º | 0.97% | 0.23% | - |
| HSV(B) | 86.49º | 0.98% | 0.44% | - |
| XYZ | 8.03 | 12.9 | 2.13 | - |
| YUV | 85.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 2 | 0.43 | 0 | 0.98 | 0.56 | 86.49 | 0.97 | 0.23 |
| Hex | 40 | 71 | 2 | 2B | 0 | 62 | 38 | 56 | 61 | 17 |
| Octal | 100 | 161 | 2 | 53 | 0 | 142 | 70 | 126 | 141 | 27 |
| Binary | 1000000 | 1110001 | 10 | 101011 | 0 | 1100010 | 111000 | 1010110 | 1100001 | 10111 |
Color Harmonies of #407102
Complementary color
Monochromatic Colors of #407102
Black with #407102
Text Example
Text Example
White with #407102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407102; }
p { color: rgb(64,113,2); }
H1.HeaderClassName
{
color: #407102;
}
.AnyTagClassName
{
color: #407102;
}
</style>
background-color css
<style>
a { background-color: #407102; }
a { background-color: rgb(64,113,2); }
div.DivClassName
{
background-color: #407102;
}
.BgClassName
{
background-color: #407102;
}
</style>
border-color css
<style>
span { border-color: #407102; }
span { border-color: rgb(64,113,2); }
td.TdClassName
{
border-color: #407102;
}
.TagClassName
{
border-color: #407102;
}
</style>