Shades of Myrtle #135816
Tints of Myrtle #135816
RGB
CMYK
RGB Variations
Color information
#135816 (or 0x135816) is known color: Myrtle. HEX triplet: 13, 58 and 16. RGB value is (19,88,22). Sum of RGB (Red+Green+Blue) = 19+88+22=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #135816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135816 is #ECA7E9. Grayscale: #3C3C3C. Windows color (decimal): -15509482 or 1464339. OLE color: 1464339.
HSL color Cylindrical-coordinate representation of color #135816: hue angle of 122.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135816 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 22 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.65 |
| HSL | 122.61º | 0.64% | 0.21% | - |
| HSV(B) | 122.61º | 0.78% | 0.35% | - |
| XYZ | 3.9 | 7.18 | 1.94 | - |
| YUV | 59.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 22 | 0.78 | 0 | 0.75 | 0.65 | 122.61 | 0.64 | 0.21 |
| Hex | 13 | 58 | 16 | 4E | 0 | 4B | 41 | 7B | 40 | 15 |
| Octal | 23 | 130 | 26 | 116 | 0 | 113 | 101 | 173 | 100 | 25 |
| Binary | 10011 | 1011000 | 10110 | 1001110 | 0 | 1001011 | 1000001 | 1111011 | 1000000 | 10101 |
Color Harmonies of #135816
Complementary color
Monochromatic Colors of #135816
Black with #135816
Text Example
Text Example
White with #135816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135816; }
p { color: rgb(19,88,22); }
H1.HeaderClassName
{
color: #135816;
}
.AnyTagClassName
{
color: #135816;
}
</style>
background-color css
<style>
a { background-color: #135816; }
a { background-color: rgb(19,88,22); }
div.DivClassName
{
background-color: #135816;
}
.BgClassName
{
background-color: #135816;
}
</style>
border-color css
<style>
span { border-color: #135816; }
span { border-color: rgb(19,88,22); }
td.TdClassName
{
border-color: #135816;
}
.TagClassName
{
border-color: #135816;
}
</style>