Shades of Verdun Green #41540B
Tints of Verdun Green #41540B
RGB
CMYK
RGB Variations
Color information
#41540B (or 0x41540B) is known color: Verdun Green. HEX triplet: 41, 54 and 0B. RGB value is (65,84,11). Sum of RGB (Red+Green+Blue) = 65+84+11=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #41540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41540B is #BEABF4. Grayscale: #464646. Windows color (decimal): -12495861 or 742465. OLE color: 742465.
HSL color Cylindrical-coordinate representation of color #41540B: hue angle of 75.62º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41540B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 11 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.67 |
| HSL | 75.62º | 0.77% | 0.19% | - |
| HSV(B) | 75.62º | 0.87% | 0.33% | - |
| XYZ | 5.41 | 7.49 | 1.48 | - |
| YUV | 70 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 11 | 0.23 | 0 | 0.87 | 0.67 | 75.62 | 0.77 | 0.19 |
| Hex | 41 | 54 | B | 17 | 0 | 57 | 43 | 4C | 4D | 13 |
| Octal | 101 | 124 | 13 | 27 | 0 | 127 | 103 | 114 | 115 | 23 |
| Binary | 1000001 | 1010100 | 1011 | 10111 | 0 | 1010111 | 1000011 | 1001100 | 1001101 | 10011 |
Color Harmonies of #41540B
Complementary color
Monochromatic Colors of #41540B
Black with #41540B
Text Example
Text Example
White with #41540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41540B; }
p { color: rgb(65,84,11); }
H1.HeaderClassName
{
color: #41540B;
}
.AnyTagClassName
{
color: #41540B;
}
</style>
background-color css
<style>
a { background-color: #41540B; }
a { background-color: rgb(65,84,11); }
div.DivClassName
{
background-color: #41540B;
}
.BgClassName
{
background-color: #41540B;
}
</style>
border-color css
<style>
span { border-color: #41540B; }
span { border-color: rgb(65,84,11); }
td.TdClassName
{
border-color: #41540B;
}
.TagClassName
{
border-color: #41540B;
}
</style>