Shades of Myrtle #224A15
Tints of Myrtle #224A15
RGB
CMYK
RGB Variations
Color information
#224A15 (or 0x224A15) is known color: Myrtle. HEX triplet: 22, 4A and 15. RGB value is (34,74,21). Sum of RGB (Red+Green+Blue) = 34+74+21=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #224A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224A15 is #DDB5EA. Grayscale: #383838. Windows color (decimal): -14530027 or 1395234. OLE color: 1395234.
HSL color Cylindrical-coordinate representation of color #224A15: hue angle of 105.28º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224A15 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 74 | 21 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.71 |
| HSL | 105.28º | 0.56% | 0.19% | - |
| HSV(B) | 105.28º | 0.72% | 0.29% | - |
| XYZ | 3.24 | 5.29 | 1.56 | - |
| YUV | 56 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 21 | 0.54 | 0 | 0.72 | 0.71 | 105.28 | 0.56 | 0.19 |
| Hex | 22 | 4A | 15 | 36 | 0 | 48 | 47 | 69 | 38 | 13 |
| Octal | 42 | 112 | 25 | 66 | 0 | 110 | 107 | 151 | 70 | 23 |
| Binary | 100010 | 1001010 | 10101 | 110110 | 0 | 1001000 | 1000111 | 1101001 | 111000 | 10011 |
Color Harmonies of #224A15
Complementary color
Monochromatic Colors of #224A15
Black with #224A15
Text Example
Text Example
White with #224A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A15; }
p { color: rgb(34,74,21); }
H1.HeaderClassName
{
color: #224A15;
}
.AnyTagClassName
{
color: #224A15;
}
</style>
background-color css
<style>
a { background-color: #224A15; }
a { background-color: rgb(34,74,21); }
div.DivClassName
{
background-color: #224A15;
}
.BgClassName
{
background-color: #224A15;
}
</style>
border-color css
<style>
span { border-color: #224A15; }
span { border-color: rgb(34,74,21); }
td.TdClassName
{
border-color: #224A15;
}
.TagClassName
{
border-color: #224A15;
}
</style>