Shades of Verdun Green #41460D
Tints of Verdun Green #41460D
RGB
CMYK
RGB Variations
Color information
#41460D (or 0x41460D) is known color: Verdun Green. HEX triplet: 41, 46 and 0D. RGB value is (65,70,13). Sum of RGB (Red+Green+Blue) = 65+70+13=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #41460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41460D is #BEB9F2. Grayscale: #3E3E3E. Windows color (decimal): -12499443 or 869953. OLE color: 869953.
HSL color Cylindrical-coordinate representation of color #41460D: hue angle of 65.26º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41460D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 13 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.73 |
| HSL | 65.26º | 0.69% | 0.16% | - |
| HSV(B) | 65.26º | 0.81% | 0.27% | - |
| XYZ | 4.44 | 5.53 | 1.21 | - |
| YUV | 62.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 13 | 0.07 | 0 | 0.81 | 0.73 | 65.26 | 0.69 | 0.16 |
| Hex | 41 | 46 | D | 7 | 0 | 51 | 49 | 41 | 45 | 10 |
| Octal | 101 | 106 | 15 | 7 | 0 | 121 | 111 | 101 | 105 | 20 |
| Binary | 1000001 | 1000110 | 1101 | 111 | 0 | 1010001 | 1001001 | 1000001 | 1000101 | 10000 |
Color Harmonies of #41460D
Complementary color
Monochromatic Colors of #41460D
Black with #41460D
Text Example
Text Example
White with #41460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41460D; }
p { color: rgb(65,70,13); }
H1.HeaderClassName
{
color: #41460D;
}
.AnyTagClassName
{
color: #41460D;
}
</style>
background-color css
<style>
a { background-color: #41460D; }
a { background-color: rgb(65,70,13); }
div.DivClassName
{
background-color: #41460D;
}
.BgClassName
{
background-color: #41460D;
}
</style>
border-color css
<style>
span { border-color: #41460D; }
span { border-color: rgb(65,70,13); }
td.TdClassName
{
border-color: #41460D;
}
.TagClassName
{
border-color: #41460D;
}
</style>