Shades of Verdun Green #41680F
Tints of Verdun Green #41680F
RGB
CMYK
RGB Variations
Color information
#41680F (or 0x41680F) is known color: Verdun Green. HEX triplet: 41, 68 and 0F. RGB value is (65,104,15). Sum of RGB (Red+Green+Blue) = 65+104+15=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #41680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41680F is #BE97F0. Grayscale: #525252. Windows color (decimal): -12490737 or 1009729. OLE color: 1009729.
HSL color Cylindrical-coordinate representation of color #41680F: hue angle of 86.29º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41680F is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 15 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.59 |
| HSL | 86.29º | 0.75% | 0.23% | - |
| HSV(B) | 86.29º | 0.86% | 0.41% | - |
| XYZ | 7.22 | 11.06 | 2.21 | - |
| YUV | 82.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 15 | 0.38 | 0 | 0.86 | 0.59 | 86.29 | 0.75 | 0.23 |
| Hex | 41 | 68 | F | 26 | 0 | 56 | 3B | 56 | 4B | 17 |
| Octal | 101 | 150 | 17 | 46 | 0 | 126 | 73 | 126 | 113 | 27 |
| Binary | 1000001 | 1101000 | 1111 | 100110 | 0 | 1010110 | 111011 | 1010110 | 1001011 | 10111 |
Color Harmonies of #41680F
Complementary color
Monochromatic Colors of #41680F
Black with #41680F
Text Example
Text Example
White with #41680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41680F; }
p { color: rgb(65,104,15); }
H1.HeaderClassName
{
color: #41680F;
}
.AnyTagClassName
{
color: #41680F;
}
</style>
background-color css
<style>
a { background-color: #41680F; }
a { background-color: rgb(65,104,15); }
div.DivClassName
{
background-color: #41680F;
}
.BgClassName
{
background-color: #41680F;
}
</style>
border-color css
<style>
span { border-color: #41680F; }
span { border-color: rgb(65,104,15); }
td.TdClassName
{
border-color: #41680F;
}
.TagClassName
{
border-color: #41680F;
}
</style>