Shades of Verdun Green #41620F
Tints of Verdun Green #41620F
RGB
CMYK
RGB Variations
Color information
#41620F (or 0x41620F) is known color: Verdun Green. HEX triplet: 41, 62 and 0F. RGB value is (65,98,15). Sum of RGB (Red+Green+Blue) = 65+98+15=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #41620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41620F is #BE9DF0. Grayscale: #4E4E4E. Windows color (decimal): -12492273 or 1008193. OLE color: 1008193.
HSL color Cylindrical-coordinate representation of color #41620F: hue angle of 83.86º 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 #41620F is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 15 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.62 |
| HSL | 83.86º | 0.73% | 0.22% | - |
| HSV(B) | 83.86º | 0.85% | 0.38% | - |
| XYZ | 6.63 | 9.89 | 2.01 | - |
| YUV | 78.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 15 | 0.34 | 0 | 0.85 | 0.62 | 83.86 | 0.73 | 0.22 |
| Hex | 41 | 62 | F | 22 | 0 | 55 | 3E | 54 | 49 | 16 |
| Octal | 101 | 142 | 17 | 42 | 0 | 125 | 76 | 124 | 111 | 26 |
| Binary | 1000001 | 1100010 | 1111 | 100010 | 0 | 1010101 | 111110 | 1010100 | 1001001 | 10110 |
Color Harmonies of #41620F
Complementary color
Monochromatic Colors of #41620F
Black with #41620F
Text Example
Text Example
White with #41620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41620F; }
p { color: rgb(65,98,15); }
H1.HeaderClassName
{
color: #41620F;
}
.AnyTagClassName
{
color: #41620F;
}
</style>
background-color css
<style>
a { background-color: #41620F; }
a { background-color: rgb(65,98,15); }
div.DivClassName
{
background-color: #41620F;
}
.BgClassName
{
background-color: #41620F;
}
</style>
border-color css
<style>
span { border-color: #41620F; }
span { border-color: rgb(65,98,15); }
td.TdClassName
{
border-color: #41620F;
}
.TagClassName
{
border-color: #41620F;
}
</style>