Shades of Verdun Green #416105
Tints of Verdun Green #416105
RGB
CMYK
RGB Variations
Color information
#416105 (or 0x416105) is known color: Verdun Green. HEX triplet: 41, 61 and 05. RGB value is (65,97,5). Sum of RGB (Red+Green+Blue) = 65+97+5=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #416105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416105 is #BE9EFA. Grayscale: #4D4D4D. Windows color (decimal): -12492539 or 352577. OLE color: 352577.
HSL color Cylindrical-coordinate representation of color #416105: hue angle of 80.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #416105 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 5 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.62 |
| HSL | 80.87º | 0.9% | 0.2% | - |
| HSV(B) | 80.87º | 0.95% | 0.38% | - |
| XYZ | 6.48 | 9.68 | 1.67 | - |
| YUV | 76.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 5 | 0.33 | 0 | 0.95 | 0.62 | 80.87 | 0.9 | 0.2 |
| Hex | 41 | 61 | 5 | 21 | 0 | 5F | 3E | 51 | 5A | 14 |
| Octal | 101 | 141 | 5 | 41 | 0 | 137 | 76 | 121 | 132 | 24 |
| Binary | 1000001 | 1100001 | 101 | 100001 | 0 | 1011111 | 111110 | 1010001 | 1011010 | 10100 |
Color Harmonies of #416105
Complementary color
Monochromatic Colors of #416105
Black with #416105
Text Example
Text Example
White with #416105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416105; }
p { color: rgb(65,97,5); }
H1.HeaderClassName
{
color: #416105;
}
.AnyTagClassName
{
color: #416105;
}
</style>
background-color css
<style>
a { background-color: #416105; }
a { background-color: rgb(65,97,5); }
div.DivClassName
{
background-color: #416105;
}
.BgClassName
{
background-color: #416105;
}
</style>
border-color css
<style>
span { border-color: #416105; }
span { border-color: rgb(65,97,5); }
td.TdClassName
{
border-color: #416105;
}
.TagClassName
{
border-color: #416105;
}
</style>