Shades of Myrtle #294126
Tints of Myrtle #294126
RGB
CMYK
RGB Variations
Color information
#294126 (or 0x294126) is known color: Myrtle. HEX triplet: 29, 41 and 26. RGB value is (41,65,38). Sum of RGB (Red+Green+Blue) = 41+65+38=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #294126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294126 is #D6BED9. Grayscale: #363636. Windows color (decimal): -14073562 or 2507049. OLE color: 2507049.
HSL color Cylindrical-coordinate representation of color #294126: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294126 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 38 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.75 |
| HSL | 113.33º | 0.26% | 0.2% | - |
| HSV(B) | 113.33º | 0.42% | 0.25% | - |
| XYZ | 3.15 | 4.39 | 2.52 | - |
| YUV | 54.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 38 | 0.37 | 0 | 0.42 | 0.75 | 113.33 | 0.26 | 0.2 |
| Hex | 29 | 41 | 26 | 25 | 0 | 2A | 4B | 71 | 1A | 14 |
| Octal | 51 | 101 | 46 | 45 | 0 | 52 | 113 | 161 | 32 | 24 |
| Binary | 101001 | 1000001 | 100110 | 100101 | 0 | 101010 | 1001011 | 1110001 | 11010 | 10100 |
Color Harmonies of #294126
Complementary color
Monochromatic Colors of #294126
Black with #294126
Text Example
Text Example
White with #294126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294126; }
p { color: rgb(41,65,38); }
H1.HeaderClassName
{
color: #294126;
}
.AnyTagClassName
{
color: #294126;
}
</style>
background-color css
<style>
a { background-color: #294126; }
a { background-color: rgb(41,65,38); }
div.DivClassName
{
background-color: #294126;
}
.BgClassName
{
background-color: #294126;
}
</style>
border-color css
<style>
span { border-color: #294126; }
span { border-color: rgb(41,65,38); }
td.TdClassName
{
border-color: #294126;
}
.TagClassName
{
border-color: #294126;
}
</style>