Shades of Myrtle #135216
Tints of Myrtle #135216
RGB
CMYK
RGB Variations
Color information
#135216 (or 0x135216) is known color: Myrtle. HEX triplet: 13, 52 and 16. RGB value is (19,82,22). Sum of RGB (Red+Green+Blue) = 19+82+22=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #135216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135216 is #ECADE9. Grayscale: #383838. Windows color (decimal): -15511018 or 1462803. OLE color: 1462803.
HSL color Cylindrical-coordinate representation of color #135216: hue angle of 122.86º 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 #135216 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 22 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.68 |
| HSL | 122.86º | 0.62% | 0.2% | - |
| HSV(B) | 122.86º | 0.77% | 0.32% | - |
| XYZ | 3.43 | 6.23 | 1.78 | - |
| YUV | 56.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 22 | 0.77 | 0 | 0.73 | 0.68 | 122.86 | 0.62 | 0.2 |
| Hex | 13 | 52 | 16 | 4D | 0 | 49 | 44 | 7B | 3E | 14 |
| Octal | 23 | 122 | 26 | 115 | 0 | 111 | 104 | 173 | 76 | 24 |
| Binary | 10011 | 1010010 | 10110 | 1001101 | 0 | 1001001 | 1000100 | 1111011 | 111110 | 10100 |
Color Harmonies of #135216
Complementary color
Monochromatic Colors of #135216
Black with #135216
Text Example
Text Example
White with #135216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135216; }
p { color: rgb(19,82,22); }
H1.HeaderClassName
{
color: #135216;
}
.AnyTagClassName
{
color: #135216;
}
</style>
background-color css
<style>
a { background-color: #135216; }
a { background-color: rgb(19,82,22); }
div.DivClassName
{
background-color: #135216;
}
.BgClassName
{
background-color: #135216;
}
</style>
border-color css
<style>
span { border-color: #135216; }
span { border-color: rgb(19,82,22); }
td.TdClassName
{
border-color: #135216;
}
.TagClassName
{
border-color: #135216;
}
</style>