Shades of Myrtle #135B16
Tints of Myrtle #135B16
RGB
CMYK
RGB Variations
Color information
#135B16 (or 0x135B16) is known color: Myrtle. HEX triplet: 13, 5B and 16. RGB value is (19,91,22). Sum of RGB (Red+Green+Blue) = 19+91+22=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #135B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B16 is #ECA4E9. Grayscale: #3D3D3D. Windows color (decimal): -15508714 or 1465107. OLE color: 1465107.
HSL color Cylindrical-coordinate representation of color #135B16: hue angle of 122.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B16 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 22 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.64 |
| HSL | 122.5º | 0.65% | 0.22% | - |
| HSV(B) | 122.5º | 0.79% | 0.36% | - |
| XYZ | 4.15 | 7.68 | 2.02 | - |
| YUV | 61.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 22 | 0.79 | 0 | 0.76 | 0.64 | 122.5 | 0.65 | 0.22 |
| Hex | 13 | 5B | 16 | 4F | 0 | 4C | 40 | 7B | 41 | 16 |
| Octal | 23 | 133 | 26 | 117 | 0 | 114 | 100 | 173 | 101 | 26 |
| Binary | 10011 | 1011011 | 10110 | 1001111 | 0 | 1001100 | 1000000 | 1111011 | 1000001 | 10110 |
Color Harmonies of #135B16
Complementary color
Monochromatic Colors of #135B16
Black with #135B16
Text Example
Text Example
White with #135B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B16; }
p { color: rgb(19,91,22); }
H1.HeaderClassName
{
color: #135B16;
}
.AnyTagClassName
{
color: #135B16;
}
</style>
background-color css
<style>
a { background-color: #135B16; }
a { background-color: rgb(19,91,22); }
div.DivClassName
{
background-color: #135B16;
}
.BgClassName
{
background-color: #135B16;
}
</style>
border-color css
<style>
span { border-color: #135B16; }
span { border-color: rgb(19,91,22); }
td.TdClassName
{
border-color: #135B16;
}
.TagClassName
{
border-color: #135B16;
}
</style>