Shades of Verdun Green #41551B
Tints of Verdun Green #41551B
RGB
CMYK
RGB Variations
Color information
#41551B (or 0x41551B) is known color: Verdun Green. HEX triplet: 41, 55 and 1B. RGB value is (65,85,27). Sum of RGB (Red+Green+Blue) = 65+85+27=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #41551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41551B is #BEAAE4. Grayscale: #484848. Windows color (decimal): -12495589 or 1791297. OLE color: 1791297.
HSL color Cylindrical-coordinate representation of color #41551B: hue angle of 80.69º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41551B is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 27 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.67 |
| HSL | 80.69º | 0.52% | 0.22% | - |
| HSV(B) | 80.69º | 0.68% | 0.33% | - |
| XYZ | 5.63 | 7.7 | 2.23 | - |
| YUV | 72.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 27 | 0.24 | 0 | 0.68 | 0.67 | 80.69 | 0.52 | 0.22 |
| Hex | 41 | 55 | 1B | 18 | 0 | 44 | 43 | 51 | 34 | 16 |
| Octal | 101 | 125 | 33 | 30 | 0 | 104 | 103 | 121 | 64 | 26 |
| Binary | 1000001 | 1010101 | 11011 | 11000 | 0 | 1000100 | 1000011 | 1010001 | 110100 | 10110 |
Color Harmonies of #41551B
Complementary color
Monochromatic Colors of #41551B
Black with #41551B
Text Example
Text Example
White with #41551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41551B; }
p { color: rgb(65,85,27); }
H1.HeaderClassName
{
color: #41551B;
}
.AnyTagClassName
{
color: #41551B;
}
</style>
background-color css
<style>
a { background-color: #41551B; }
a { background-color: rgb(65,85,27); }
div.DivClassName
{
background-color: #41551B;
}
.BgClassName
{
background-color: #41551B;
}
</style>
border-color css
<style>
span { border-color: #41551B; }
span { border-color: rgb(65,85,27); }
td.TdClassName
{
border-color: #41551B;
}
.TagClassName
{
border-color: #41551B;
}
</style>