Shades of Myrtle #135717
Tints of Myrtle #135717
RGB
CMYK
RGB Variations
Color information
#135717 (or 0x135717) is known color: Myrtle. HEX triplet: 13, 57 and 17. RGB value is (19,87,23). Sum of RGB (Red+Green+Blue) = 19+87+23=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #135717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135717 is #ECA8E8. Grayscale: #3B3B3B. Windows color (decimal): -15509737 or 1529619. OLE color: 1529619.
HSL color Cylindrical-coordinate representation of color #135717: hue angle of 123.53º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135717 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 87 | 23 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.66 |
| HSL | 123.53º | 0.64% | 0.21% | - |
| HSV(B) | 123.53º | 0.78% | 0.34% | - |
| XYZ | 3.83 | 7.02 | 1.96 | - |
| YUV | 59.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 23 | 0.78 | 0 | 0.74 | 0.66 | 123.53 | 0.64 | 0.21 |
| Hex | 13 | 57 | 17 | 4E | 0 | 4A | 42 | 7C | 40 | 15 |
| Octal | 23 | 127 | 27 | 116 | 0 | 112 | 102 | 174 | 100 | 25 |
| Binary | 10011 | 1010111 | 10111 | 1001110 | 0 | 1001010 | 1000010 | 1111100 | 1000000 | 10101 |
Color Harmonies of #135717
Complementary color
Monochromatic Colors of #135717
Black with #135717
Text Example
Text Example
White with #135717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135717; }
p { color: rgb(19,87,23); }
H1.HeaderClassName
{
color: #135717;
}
.AnyTagClassName
{
color: #135717;
}
</style>
background-color css
<style>
a { background-color: #135717; }
a { background-color: rgb(19,87,23); }
div.DivClassName
{
background-color: #135717;
}
.BgClassName
{
background-color: #135717;
}
</style>
border-color css
<style>
span { border-color: #135717; }
span { border-color: rgb(19,87,23); }
td.TdClassName
{
border-color: #135717;
}
.TagClassName
{
border-color: #135717;
}
</style>