Shades of Myrtle #294320
Tints of Myrtle #294320
RGB
CMYK
RGB Variations
Color information
#294320 (or 0x294320) is known color: Myrtle. HEX triplet: 29, 43 and 20. RGB value is (41,67,32). Sum of RGB (Red+Green+Blue) = 41+67+32=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #294320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294320 is #D6BCDF. Grayscale: #373737. Windows color (decimal): -14073056 or 2114345. OLE color: 2114345.
HSL color Cylindrical-coordinate representation of color #294320: hue angle of 104.57º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294320 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 67 | 32 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.74 |
| HSL | 104.57º | 0.35% | 0.19% | - |
| HSV(B) | 104.57º | 0.52% | 0.26% | - |
| XYZ | 3.18 | 4.59 | 2.08 | - |
| YUV | 55.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 32 | 0.39 | 0 | 0.52 | 0.74 | 104.57 | 0.35 | 0.19 |
| Hex | 29 | 43 | 20 | 27 | 0 | 34 | 4A | 69 | 23 | 13 |
| Octal | 51 | 103 | 40 | 47 | 0 | 64 | 112 | 151 | 43 | 23 |
| Binary | 101001 | 1000011 | 100000 | 100111 | 0 | 110100 | 1001010 | 1101001 | 100011 | 10011 |
Color Harmonies of #294320
Complementary color
Monochromatic Colors of #294320
Black with #294320
Text Example
Text Example
White with #294320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294320; }
p { color: rgb(41,67,32); }
H1.HeaderClassName
{
color: #294320;
}
.AnyTagClassName
{
color: #294320;
}
</style>
background-color css
<style>
a { background-color: #294320; }
a { background-color: rgb(41,67,32); }
div.DivClassName
{
background-color: #294320;
}
.BgClassName
{
background-color: #294320;
}
</style>
border-color css
<style>
span { border-color: #294320; }
span { border-color: rgb(41,67,32); }
td.TdClassName
{
border-color: #294320;
}
.TagClassName
{
border-color: #294320;
}
</style>