Shades of Verdun Green #41550F
Tints of Verdun Green #41550F
RGB
CMYK
RGB Variations
Color information
#41550F (or 0x41550F) is known color: Verdun Green. HEX triplet: 41, 55 and 0F. RGB value is (65,85,15). Sum of RGB (Red+Green+Blue) = 65+85+15=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #41550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41550F is #BEAAF0. Grayscale: #474747. Windows color (decimal): -12495601 or 1004865. OLE color: 1004865.
HSL color Cylindrical-coordinate representation of color #41550F: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41550F is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 15 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.67 |
| HSL | 77.14º | 0.7% | 0.2% | - |
| HSV(B) | 77.14º | 0.82% | 0.33% | - |
| XYZ | 5.51 | 7.66 | 1.64 | - |
| YUV | 71.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 15 | 0.24 | 0 | 0.82 | 0.67 | 77.14 | 0.7 | 0.2 |
| Hex | 41 | 55 | F | 18 | 0 | 52 | 43 | 4D | 46 | 14 |
| Octal | 101 | 125 | 17 | 30 | 0 | 122 | 103 | 115 | 106 | 24 |
| Binary | 1000001 | 1010101 | 1111 | 11000 | 0 | 1010010 | 1000011 | 1001101 | 1000110 | 10100 |
Color Harmonies of #41550F
Complementary color
Monochromatic Colors of #41550F
Black with #41550F
Text Example
Text Example
White with #41550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41550F; }
p { color: rgb(65,85,15); }
H1.HeaderClassName
{
color: #41550F;
}
.AnyTagClassName
{
color: #41550F;
}
</style>
background-color css
<style>
a { background-color: #41550F; }
a { background-color: rgb(65,85,15); }
div.DivClassName
{
background-color: #41550F;
}
.BgClassName
{
background-color: #41550F;
}
</style>
border-color css
<style>
span { border-color: #41550F; }
span { border-color: rgb(65,85,15); }
td.TdClassName
{
border-color: #41550F;
}
.TagClassName
{
border-color: #41550F;
}
</style>