Shades of Verdun Green #416202
Tints of Verdun Green #416202
RGB
CMYK
RGB Variations
Color information
#416202 (or 0x416202) is known color: Verdun Green. HEX triplet: 41, 62 and 02. RGB value is (65,98,2). Sum of RGB (Red+Green+Blue) = 65+98+2=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #416202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416202 is #BE9DFD. Grayscale: #4D4D4D. Windows color (decimal): -12492286 or 156225. OLE color: 156225.
HSL color Cylindrical-coordinate representation of color #416202: hue angle of 80.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #416202 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 2 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.62 |
| HSL | 80.63º | 0.96% | 0.2% | - |
| HSV(B) | 80.63º | 0.98% | 0.38% | - |
| XYZ | 6.56 | 9.86 | 1.62 | - |
| YUV | 77.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 2 | 0.34 | 0 | 0.98 | 0.62 | 80.63 | 0.96 | 0.2 |
| Hex | 41 | 62 | 2 | 22 | 0 | 62 | 3E | 51 | 60 | 14 |
| Octal | 101 | 142 | 2 | 42 | 0 | 142 | 76 | 121 | 140 | 24 |
| Binary | 1000001 | 1100010 | 10 | 100010 | 0 | 1100010 | 111110 | 1010001 | 1100000 | 10100 |
Color Harmonies of #416202
Complementary color
Monochromatic Colors of #416202
Black with #416202
Text Example
Text Example
White with #416202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416202; }
p { color: rgb(65,98,2); }
H1.HeaderClassName
{
color: #416202;
}
.AnyTagClassName
{
color: #416202;
}
</style>
background-color css
<style>
a { background-color: #416202; }
a { background-color: rgb(65,98,2); }
div.DivClassName
{
background-color: #416202;
}
.BgClassName
{
background-color: #416202;
}
</style>
border-color css
<style>
span { border-color: #416202; }
span { border-color: rgb(65,98,2); }
td.TdClassName
{
border-color: #416202;
}
.TagClassName
{
border-color: #416202;
}
</style>