Shades of Verdun Green #41610F
Tints of Verdun Green #41610F
RGB
CMYK
RGB Variations
Color information
#41610F (or 0x41610F) is known color: Verdun Green. HEX triplet: 41, 61 and 0F. RGB value is (65,97,15). Sum of RGB (Red+Green+Blue) = 65+97+15=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #41610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41610F is #BE9EF0. Grayscale: #4E4E4E. Windows color (decimal): -12492529 or 1007937. OLE color: 1007937.
HSL color Cylindrical-coordinate representation of color #41610F: hue angle of 83.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41610F is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 15 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.62 |
| HSL | 83.41º | 0.73% | 0.22% | - |
| HSV(B) | 83.41º | 0.85% | 0.38% | - |
| XYZ | 6.54 | 9.71 | 1.98 | - |
| YUV | 78.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 15 | 0.33 | 0 | 0.85 | 0.62 | 83.41 | 0.73 | 0.22 |
| Hex | 41 | 61 | F | 21 | 0 | 55 | 3E | 53 | 49 | 16 |
| Octal | 101 | 141 | 17 | 41 | 0 | 125 | 76 | 123 | 111 | 26 |
| Binary | 1000001 | 1100001 | 1111 | 100001 | 0 | 1010101 | 111110 | 1010011 | 1001001 | 10110 |
Color Harmonies of #41610F
Complementary color
Monochromatic Colors of #41610F
Black with #41610F
Text Example
Text Example
White with #41610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41610F; }
p { color: rgb(65,97,15); }
H1.HeaderClassName
{
color: #41610F;
}
.AnyTagClassName
{
color: #41610F;
}
</style>
background-color css
<style>
a { background-color: #41610F; }
a { background-color: rgb(65,97,15); }
div.DivClassName
{
background-color: #41610F;
}
.BgClassName
{
background-color: #41610F;
}
</style>
border-color css
<style>
span { border-color: #41610F; }
span { border-color: rgb(65,97,15); }
td.TdClassName
{
border-color: #41610F;
}
.TagClassName
{
border-color: #41610F;
}
</style>