Shades of Myrtle #225115
Tints of Myrtle #225115
RGB
CMYK
RGB Variations
Color information
#225115 (or 0x225115) is known color: Myrtle. HEX triplet: 22, 51 and 15. RGB value is (34,81,21). Sum of RGB (Red+Green+Blue) = 34+81+21=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #225115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225115 is #DDAEEA. Grayscale: #3C3C3C. Windows color (decimal): -14528235 or 1397026. OLE color: 1397026.
HSL color Cylindrical-coordinate representation of color #225115: hue angle of 107º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225115 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 21 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.68 |
| HSL | 107º | 0.59% | 0.2% | - |
| HSV(B) | 107º | 0.74% | 0.32% | - |
| XYZ | 3.74 | 6.28 | 1.72 | - |
| YUV | 60.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 21 | 0.58 | 0 | 0.74 | 0.68 | 107 | 0.59 | 0.2 |
| Hex | 22 | 51 | 15 | 3A | 0 | 4A | 44 | 6B | 3B | 14 |
| Octal | 42 | 121 | 25 | 72 | 0 | 112 | 104 | 153 | 73 | 24 |
| Binary | 100010 | 1010001 | 10101 | 111010 | 0 | 1001010 | 1000100 | 1101011 | 111011 | 10100 |
Color Harmonies of #225115
Complementary color
Monochromatic Colors of #225115
Black with #225115
Text Example
Text Example
White with #225115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225115; }
p { color: rgb(34,81,21); }
H1.HeaderClassName
{
color: #225115;
}
.AnyTagClassName
{
color: #225115;
}
</style>
background-color css
<style>
a { background-color: #225115; }
a { background-color: rgb(34,81,21); }
div.DivClassName
{
background-color: #225115;
}
.BgClassName
{
background-color: #225115;
}
</style>
border-color css
<style>
span { border-color: #225115; }
span { border-color: rgb(34,81,21); }
td.TdClassName
{
border-color: #225115;
}
.TagClassName
{
border-color: #225115;
}
</style>