Shades of Myrtle #296411
Tints of Myrtle #296411
RGB
CMYK
RGB Variations
Color information
#296411 (or 0x296411) is known color: Myrtle. HEX triplet: 29, 64 and 11. RGB value is (41,100,17). Sum of RGB (Red+Green+Blue) = 41+100+17=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #296411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296411 is #D69BEE. Grayscale: #494949. Windows color (decimal): -14064623 or 1139753. OLE color: 1139753.
HSL color Cylindrical-coordinate representation of color #296411: hue angle of 102.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296411 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 100 | 17 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.61 |
| HSL | 102.65º | 0.71% | 0.23% | - |
| HSV(B) | 102.65º | 0.83% | 0.39% | - |
| XYZ | 5.57 | 9.63 | 2.09 | - |
| YUV | 72.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 17 | 0.59 | 0 | 0.83 | 0.61 | 102.65 | 0.71 | 0.23 |
| Hex | 29 | 64 | 11 | 3B | 0 | 53 | 3D | 67 | 47 | 17 |
| Octal | 51 | 144 | 21 | 73 | 0 | 123 | 75 | 147 | 107 | 27 |
| Binary | 101001 | 1100100 | 10001 | 111011 | 0 | 1010011 | 111101 | 1100111 | 1000111 | 10111 |
Color Harmonies of #296411
Complementary color
Monochromatic Colors of #296411
Black with #296411
Text Example
Text Example
White with #296411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296411; }
p { color: rgb(41,100,17); }
H1.HeaderClassName
{
color: #296411;
}
.AnyTagClassName
{
color: #296411;
}
</style>
background-color css
<style>
a { background-color: #296411; }
a { background-color: rgb(41,100,17); }
div.DivClassName
{
background-color: #296411;
}
.BgClassName
{
background-color: #296411;
}
</style>
border-color css
<style>
span { border-color: #296411; }
span { border-color: rgb(41,100,17); }
td.TdClassName
{
border-color: #296411;
}
.TagClassName
{
border-color: #296411;
}
</style>