Shades of Myrtle #224415
Tints of Myrtle #224415
RGB
CMYK
RGB Variations
Color information
#224415 (or 0x224415) is known color: Myrtle. HEX triplet: 22, 44 and 15. RGB value is (34,68,21). Sum of RGB (Red+Green+Blue) = 34+68+21=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #224415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224415 is #DDBBEA. Grayscale: #343434. Windows color (decimal): -14531563 or 1393698. OLE color: 1393698.
HSL color Cylindrical-coordinate representation of color #224415: hue angle of 103.4º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224415 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 68 | 21 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.73 |
| HSL | 103.4º | 0.53% | 0.17% | - |
| HSV(B) | 103.4º | 0.69% | 0.27% | - |
| XYZ | 2.86 | 4.53 | 1.43 | - |
| YUV | 52.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 21 | 0.50 | 0 | 0.69 | 0.73 | 103.4 | 0.53 | 0.17 |
| Hex | 22 | 44 | 15 | 32 | 0 | 45 | 49 | 67 | 35 | 11 |
| Octal | 42 | 104 | 25 | 62 | 0 | 105 | 111 | 147 | 65 | 21 |
| Binary | 100010 | 1000100 | 10101 | 110010 | 0 | 1000101 | 1001001 | 1100111 | 110101 | 10001 |
Color Harmonies of #224415
Complementary color
Monochromatic Colors of #224415
Black with #224415
Text Example
Text Example
White with #224415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224415; }
p { color: rgb(34,68,21); }
H1.HeaderClassName
{
color: #224415;
}
.AnyTagClassName
{
color: #224415;
}
</style>
background-color css
<style>
a { background-color: #224415; }
a { background-color: rgb(34,68,21); }
div.DivClassName
{
background-color: #224415;
}
.BgClassName
{
background-color: #224415;
}
</style>
border-color css
<style>
span { border-color: #224415; }
span { border-color: rgb(34,68,21); }
td.TdClassName
{
border-color: #224415;
}
.TagClassName
{
border-color: #224415;
}
</style>