Shades of Myrtle #224115
Tints of Myrtle #224115
RGB
CMYK
RGB Variations
Color information
#224115 (or 0x224115) is known color: Myrtle. HEX triplet: 22, 41 and 15. RGB value is (34,65,21). Sum of RGB (Red+Green+Blue) = 34+65+21=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #224115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224115 is #DDBEEA. Grayscale: #323232. Windows color (decimal): -14532331 or 1392930. OLE color: 1392930.
HSL color Cylindrical-coordinate representation of color #224115: hue angle of 102.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224115 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 65 | 21 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.75 |
| HSL | 102.27º | 0.51% | 0.17% | - |
| HSV(B) | 102.27º | 0.68% | 0.25% | - |
| XYZ | 2.69 | 4.17 | 1.37 | - |
| YUV | 50.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 21 | 0.48 | 0 | 0.68 | 0.75 | 102.27 | 0.51 | 0.17 |
| Hex | 22 | 41 | 15 | 30 | 0 | 44 | 4B | 66 | 33 | 11 |
| Octal | 42 | 101 | 25 | 60 | 0 | 104 | 113 | 146 | 63 | 21 |
| Binary | 100010 | 1000001 | 10101 | 110000 | 0 | 1000100 | 1001011 | 1100110 | 110011 | 10001 |
Color Harmonies of #224115
Complementary color
Monochromatic Colors of #224115
Black with #224115
Text Example
Text Example
White with #224115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224115; }
p { color: rgb(34,65,21); }
H1.HeaderClassName
{
color: #224115;
}
.AnyTagClassName
{
color: #224115;
}
</style>
background-color css
<style>
a { background-color: #224115; }
a { background-color: rgb(34,65,21); }
div.DivClassName
{
background-color: #224115;
}
.BgClassName
{
background-color: #224115;
}
</style>
border-color css
<style>
span { border-color: #224115; }
span { border-color: rgb(34,65,21); }
td.TdClassName
{
border-color: #224115;
}
.TagClassName
{
border-color: #224115;
}
</style>