Shades of Myrtle #135215
Tints of Myrtle #135215
RGB
CMYK
RGB Variations
Color information
#135215 (or 0x135215) is known color: Myrtle. HEX triplet: 13, 52 and 15. RGB value is (19,82,21). Sum of RGB (Red+Green+Blue) = 19+82+21=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #135215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135215 is #ECADEA. Grayscale: #383838. Windows color (decimal): -15511019 or 1397267. OLE color: 1397267.
HSL color Cylindrical-coordinate representation of color #135215: hue angle of 121.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135215 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 21 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.68 |
| HSL | 121.9º | 0.62% | 0.2% | - |
| HSV(B) | 121.9º | 0.77% | 0.32% | - |
| XYZ | 3.42 | 6.23 | 1.73 | - |
| YUV | 56.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 21 | 0.77 | 0 | 0.74 | 0.68 | 121.9 | 0.62 | 0.2 |
| Hex | 13 | 52 | 15 | 4D | 0 | 4A | 44 | 7A | 3E | 14 |
| Octal | 23 | 122 | 25 | 115 | 0 | 112 | 104 | 172 | 76 | 24 |
| Binary | 10011 | 1010010 | 10101 | 1001101 | 0 | 1001010 | 1000100 | 1111010 | 111110 | 10100 |
Color Harmonies of #135215
Complementary color
Monochromatic Colors of #135215
Black with #135215
Text Example
Text Example
White with #135215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135215; }
p { color: rgb(19,82,21); }
H1.HeaderClassName
{
color: #135215;
}
.AnyTagClassName
{
color: #135215;
}
</style>
background-color css
<style>
a { background-color: #135215; }
a { background-color: rgb(19,82,21); }
div.DivClassName
{
background-color: #135215;
}
.BgClassName
{
background-color: #135215;
}
</style>
border-color css
<style>
span { border-color: #135215; }
span { border-color: rgb(19,82,21); }
td.TdClassName
{
border-color: #135215;
}
.TagClassName
{
border-color: #135215;
}
</style>