Shades of Myrtle #296405
Tints of Myrtle #296405
RGB
CMYK
RGB Variations
Color information
#296405 (or 0x296405) is known color: Myrtle. HEX triplet: 29, 64 and 05. RGB value is (41,100,5). Sum of RGB (Red+Green+Blue) = 41+100+5=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #296405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296405 is #D69BFA. Grayscale: #474747. Windows color (decimal): -14064635 or 353321. OLE color: 353321.
HSL color Cylindrical-coordinate representation of color #296405: hue angle of 97.26º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #296405 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 100 | 5 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.61 |
| HSL | 97.26º | 0.9% | 0.21% | - |
| HSV(B) | 97.26º | 0.95% | 0.39% | - |
| XYZ | 5.5 | 9.6 | 1.71 | - |
| YUV | 71.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 5 | 0.59 | 0 | 0.95 | 0.61 | 97.26 | 0.9 | 0.21 |
| Hex | 29 | 64 | 5 | 3B | 0 | 5F | 3D | 61 | 5A | 15 |
| Octal | 51 | 144 | 5 | 73 | 0 | 137 | 75 | 141 | 132 | 25 |
| Binary | 101001 | 1100100 | 101 | 111011 | 0 | 1011111 | 111101 | 1100001 | 1011010 | 10101 |
Color Harmonies of #296405
Complementary color
Monochromatic Colors of #296405
Black with #296405
Text Example
Text Example
White with #296405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296405; }
p { color: rgb(41,100,5); }
H1.HeaderClassName
{
color: #296405;
}
.AnyTagClassName
{
color: #296405;
}
</style>
background-color css
<style>
a { background-color: #296405; }
a { background-color: rgb(41,100,5); }
div.DivClassName
{
background-color: #296405;
}
.BgClassName
{
background-color: #296405;
}
</style>
border-color css
<style>
span { border-color: #296405; }
span { border-color: rgb(41,100,5); }
td.TdClassName
{
border-color: #296405;
}
.TagClassName
{
border-color: #296405;
}
</style>