Shades of Myrtle #294524
Tints of Myrtle #294524
RGB
CMYK
RGB Variations
Color information
#294524 (or 0x294524) is known color: Myrtle. HEX triplet: 29, 45 and 24. RGB value is (41,69,36). Sum of RGB (Red+Green+Blue) = 41+69+36=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #294524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294524 is #D6BADB. Grayscale: #383838. Windows color (decimal): -14072540 or 2377001. OLE color: 2377001.
HSL color Cylindrical-coordinate representation of color #294524: hue angle of 110.91º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294524 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 36 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.73 |
| HSL | 110.91º | 0.31% | 0.21% | - |
| HSV(B) | 110.91º | 0.48% | 0.27% | - |
| XYZ | 3.36 | 4.86 | 2.43 | - |
| YUV | 56.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 36 | 0.41 | 0 | 0.48 | 0.73 | 110.91 | 0.31 | 0.21 |
| Hex | 29 | 45 | 24 | 29 | 0 | 30 | 49 | 6F | 1F | 15 |
| Octal | 51 | 105 | 44 | 51 | 0 | 60 | 111 | 157 | 37 | 25 |
| Binary | 101001 | 1000101 | 100100 | 101001 | 0 | 110000 | 1001001 | 1101111 | 11111 | 10101 |
Color Harmonies of #294524
Complementary color
Monochromatic Colors of #294524
Black with #294524
Text Example
Text Example
White with #294524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294524; }
p { color: rgb(41,69,36); }
H1.HeaderClassName
{
color: #294524;
}
.AnyTagClassName
{
color: #294524;
}
</style>
background-color css
<style>
a { background-color: #294524; }
a { background-color: rgb(41,69,36); }
div.DivClassName
{
background-color: #294524;
}
.BgClassName
{
background-color: #294524;
}
</style>
border-color css
<style>
span { border-color: #294524; }
span { border-color: rgb(41,69,36); }
td.TdClassName
{
border-color: #294524;
}
.TagClassName
{
border-color: #294524;
}
</style>