Shades of Myrtle #29540C
Tints of Myrtle #29540C
RGB
CMYK
RGB Variations
Color information
#29540C (or 0x29540C) is known color: Myrtle. HEX triplet: 29, 54 and 0C. RGB value is (41,84,12). Sum of RGB (Red+Green+Blue) = 41+84+12=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #29540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29540C is #D6ABF3. Grayscale: #3F3F3F. Windows color (decimal): -14068724 or 807977. OLE color: 807977.
HSL color Cylindrical-coordinate representation of color #29540C: hue angle of 95.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29540C is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 84 | 12 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.67 |
| HSL | 95.83º | 0.75% | 0.19% | - |
| HSV(B) | 95.83º | 0.86% | 0.33% | - |
| XYZ | 4.15 | 6.84 | 1.45 | - |
| YUV | 62.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 12 | 0.51 | 0 | 0.86 | 0.67 | 95.83 | 0.75 | 0.19 |
| Hex | 29 | 54 | C | 33 | 0 | 56 | 43 | 60 | 4B | 13 |
| Octal | 51 | 124 | 14 | 63 | 0 | 126 | 103 | 140 | 113 | 23 |
| Binary | 101001 | 1010100 | 1100 | 110011 | 0 | 1010110 | 1000011 | 1100000 | 1001011 | 10011 |
Color Harmonies of #29540C
Complementary color
Monochromatic Colors of #29540C
Black with #29540C
Text Example
Text Example
White with #29540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29540C; }
p { color: rgb(41,84,12); }
H1.HeaderClassName
{
color: #29540C;
}
.AnyTagClassName
{
color: #29540C;
}
</style>
background-color css
<style>
a { background-color: #29540C; }
a { background-color: rgb(41,84,12); }
div.DivClassName
{
background-color: #29540C;
}
.BgClassName
{
background-color: #29540C;
}
</style>
border-color css
<style>
span { border-color: #29540C; }
span { border-color: rgb(41,84,12); }
td.TdClassName
{
border-color: #29540C;
}
.TagClassName
{
border-color: #29540C;
}
</style>