Shades of Myrtle #224413
Tints of Myrtle #224413
RGB
CMYK
RGB Variations
Color information
#224413 (or 0x224413) is known color: Myrtle. HEX triplet: 22, 44 and 13. RGB value is (34,68,19). Sum of RGB (Red+Green+Blue) = 34+68+19=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #224413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224413 is #DDBBEC. Grayscale: #343434. Windows color (decimal): -14531565 or 1262626. OLE color: 1262626.
HSL color Cylindrical-coordinate representation of color #224413: hue angle of 101.63º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224413 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 68 | 19 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.73 |
| HSL | 101.63º | 0.56% | 0.17% | - |
| HSV(B) | 101.63º | 0.72% | 0.27% | - |
| XYZ | 2.84 | 4.52 | 1.34 | - |
| YUV | 52.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 19 | 0.50 | 0 | 0.72 | 0.73 | 101.63 | 0.56 | 0.17 |
| Hex | 22 | 44 | 13 | 32 | 0 | 48 | 49 | 66 | 38 | 11 |
| Octal | 42 | 104 | 23 | 62 | 0 | 110 | 111 | 146 | 70 | 21 |
| Binary | 100010 | 1000100 | 10011 | 110010 | 0 | 1001000 | 1001001 | 1100110 | 111000 | 10001 |
Color Harmonies of #224413
Complementary color
Monochromatic Colors of #224413
Black with #224413
Text Example
Text Example
White with #224413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224413; }
p { color: rgb(34,68,19); }
H1.HeaderClassName
{
color: #224413;
}
.AnyTagClassName
{
color: #224413;
}
</style>
background-color css
<style>
a { background-color: #224413; }
a { background-color: rgb(34,68,19); }
div.DivClassName
{
background-color: #224413;
}
.BgClassName
{
background-color: #224413;
}
</style>
border-color css
<style>
span { border-color: #224413; }
span { border-color: rgb(34,68,19); }
td.TdClassName
{
border-color: #224413;
}
.TagClassName
{
border-color: #224413;
}
</style>