Shades of Myrtle #224D15
Tints of Myrtle #224D15
RGB
CMYK
RGB Variations
Color information
#224D15 (or 0x224D15) is known color: Myrtle. HEX triplet: 22, 4D and 15. RGB value is (34,77,21). Sum of RGB (Red+Green+Blue) = 34+77+21=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #224D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224D15 is #DDB2EA. Grayscale: #393939. Windows color (decimal): -14529259 or 1396002. OLE color: 1396002.
HSL color Cylindrical-coordinate representation of color #224D15: hue angle of 106.07º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224D15 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 21 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.70 |
| HSL | 106.07º | 0.57% | 0.19% | - |
| HSV(B) | 106.07º | 0.73% | 0.3% | - |
| XYZ | 3.45 | 5.7 | 1.63 | - |
| YUV | 57.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 21 | 0.56 | 0 | 0.73 | 0.70 | 106.07 | 0.57 | 0.19 |
| Hex | 22 | 4D | 15 | 38 | 0 | 49 | 46 | 6A | 39 | 13 |
| Octal | 42 | 115 | 25 | 70 | 0 | 111 | 106 | 152 | 71 | 23 |
| Binary | 100010 | 1001101 | 10101 | 111000 | 0 | 1001001 | 1000110 | 1101010 | 111001 | 10011 |
Color Harmonies of #224D15
Complementary color
Monochromatic Colors of #224D15
Black with #224D15
Text Example
Text Example
White with #224D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D15; }
p { color: rgb(34,77,21); }
H1.HeaderClassName
{
color: #224D15;
}
.AnyTagClassName
{
color: #224D15;
}
</style>
background-color css
<style>
a { background-color: #224D15; }
a { background-color: rgb(34,77,21); }
div.DivClassName
{
background-color: #224D15;
}
.BgClassName
{
background-color: #224D15;
}
</style>
border-color css
<style>
span { border-color: #224D15; }
span { border-color: rgb(34,77,21); }
td.TdClassName
{
border-color: #224D15;
}
.TagClassName
{
border-color: #224D15;
}
</style>