Shades of Myrtle #135217
Tints of Myrtle #135217
RGB
CMYK
RGB Variations
Color information
#135217 (or 0x135217) is known color: Myrtle. HEX triplet: 13, 52 and 17. RGB value is (19,82,23). Sum of RGB (Red+Green+Blue) = 19+82+23=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #135217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135217 is #ECADE8. Grayscale: #383838. Windows color (decimal): -15511017 or 1528339. OLE color: 1528339.
HSL color Cylindrical-coordinate representation of color #135217: hue angle of 123.81º 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 #135217 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 23 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.68 |
| HSL | 123.81º | 0.62% | 0.2% | - |
| HSV(B) | 123.81º | 0.77% | 0.32% | - |
| XYZ | 3.44 | 6.23 | 1.83 | - |
| YUV | 56.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 23 | 0.77 | 0 | 0.72 | 0.68 | 123.81 | 0.62 | 0.2 |
| Hex | 13 | 52 | 17 | 4D | 0 | 48 | 44 | 7C | 3E | 14 |
| Octal | 23 | 122 | 27 | 115 | 0 | 110 | 104 | 174 | 76 | 24 |
| Binary | 10011 | 1010010 | 10111 | 1001101 | 0 | 1001000 | 1000100 | 1111100 | 111110 | 10100 |
Color Harmonies of #135217
Complementary color
Monochromatic Colors of #135217
Black with #135217
Text Example
Text Example
White with #135217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135217; }
p { color: rgb(19,82,23); }
H1.HeaderClassName
{
color: #135217;
}
.AnyTagClassName
{
color: #135217;
}
</style>
background-color css
<style>
a { background-color: #135217; }
a { background-color: rgb(19,82,23); }
div.DivClassName
{
background-color: #135217;
}
.BgClassName
{
background-color: #135217;
}
</style>
border-color css
<style>
span { border-color: #135217; }
span { border-color: rgb(19,82,23); }
td.TdClassName
{
border-color: #135217;
}
.TagClassName
{
border-color: #135217;
}
</style>