Shades of Myrtle #135917
Tints of Myrtle #135917
RGB
CMYK
RGB Variations
Color information
#135917 (or 0x135917) is known color: Myrtle. HEX triplet: 13, 59 and 17. RGB value is (19,89,23). Sum of RGB (Red+Green+Blue) = 19+89+23=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #135917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135917 is #ECA6E8. Grayscale: #3C3C3C. Windows color (decimal): -15509225 or 1530131. OLE color: 1530131.
HSL color Cylindrical-coordinate representation of color #135917: hue angle of 123.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135917 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 23 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.65 |
| HSL | 123.43º | 0.65% | 0.21% | - |
| HSV(B) | 123.43º | 0.79% | 0.35% | - |
| XYZ | 4 | 7.35 | 2.02 | - |
| YUV | 60.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 23 | 0.79 | 0 | 0.74 | 0.65 | 123.43 | 0.65 | 0.21 |
| Hex | 13 | 59 | 17 | 4F | 0 | 4A | 41 | 7B | 41 | 15 |
| Octal | 23 | 131 | 27 | 117 | 0 | 112 | 101 | 173 | 101 | 25 |
| Binary | 10011 | 1011001 | 10111 | 1001111 | 0 | 1001010 | 1000001 | 1111011 | 1000001 | 10101 |
Color Harmonies of #135917
Complementary color
Monochromatic Colors of #135917
Black with #135917
Text Example
Text Example
White with #135917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135917; }
p { color: rgb(19,89,23); }
H1.HeaderClassName
{
color: #135917;
}
.AnyTagClassName
{
color: #135917;
}
</style>
background-color css
<style>
a { background-color: #135917; }
a { background-color: rgb(19,89,23); }
div.DivClassName
{
background-color: #135917;
}
.BgClassName
{
background-color: #135917;
}
</style>
border-color css
<style>
span { border-color: #135917; }
span { border-color: rgb(19,89,23); }
td.TdClassName
{
border-color: #135917;
}
.TagClassName
{
border-color: #135917;
}
</style>