Shades of Verdun Green #41541D
Tints of Verdun Green #41541D
RGB
CMYK
RGB Variations
Color information
#41541D (or 0x41541D) is known color: Verdun Green. HEX triplet: 41, 54 and 1D. RGB value is (65,84,29). Sum of RGB (Red+Green+Blue) = 65+84+29=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #41541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41541D is #BEABE2. Grayscale: #484848. Windows color (decimal): -12495843 or 1922113. OLE color: 1922113.
HSL color Cylindrical-coordinate representation of color #41541D: hue angle of 80.73º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41541D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 29 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.67 |
| HSL | 80.73º | 0.49% | 0.22% | - |
| HSV(B) | 80.73º | 0.65% | 0.33% | - |
| XYZ | 5.57 | 7.55 | 2.33 | - |
| YUV | 72.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 29 | 0.23 | 0 | 0.65 | 0.67 | 80.73 | 0.49 | 0.22 |
| Hex | 41 | 54 | 1D | 17 | 0 | 41 | 43 | 51 | 31 | 16 |
| Octal | 101 | 124 | 35 | 27 | 0 | 101 | 103 | 121 | 61 | 26 |
| Binary | 1000001 | 1010100 | 11101 | 10111 | 0 | 1000001 | 1000011 | 1010001 | 110001 | 10110 |
Color Harmonies of #41541D
Complementary color
Monochromatic Colors of #41541D
Black with #41541D
Text Example
Text Example
White with #41541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41541D; }
p { color: rgb(65,84,29); }
H1.HeaderClassName
{
color: #41541D;
}
.AnyTagClassName
{
color: #41541D;
}
</style>
background-color css
<style>
a { background-color: #41541D; }
a { background-color: rgb(65,84,29); }
div.DivClassName
{
background-color: #41541D;
}
.BgClassName
{
background-color: #41541D;
}
</style>
border-color css
<style>
span { border-color: #41541D; }
span { border-color: rgb(65,84,29); }
td.TdClassName
{
border-color: #41541D;
}
.TagClassName
{
border-color: #41541D;
}
</style>