Shades of Myrtle #135B11
Tints of Myrtle #135B11
RGB
CMYK
RGB Variations
Color information
#135B11 (or 0x135B11) is known color: Myrtle. HEX triplet: 13, 5B and 11. RGB value is (19,91,17). Sum of RGB (Red+Green+Blue) = 19+91+17=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 91 (35.94% from 255 or 71.65% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 91 - color contains mainly: green. Hex color #135B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B11 is #ECA4EE. Grayscale: #3D3D3D. Windows color (decimal): -15508719 or 1137427. OLE color: 1137427.
HSL color Cylindrical-coordinate representation of color #135B11: hue angle of 118.38º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135B11 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 17 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.64 |
| HSL | 118.38º | 0.69% | 0.21% | - |
| HSV(B) | 118.38º | 0.81% | 0.36% | - |
| XYZ | 4.11 | 7.66 | 1.79 | - |
| YUV | 61.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 17 | 0.79 | 0 | 0.81 | 0.64 | 118.38 | 0.69 | 0.21 |
| Hex | 13 | 5B | 11 | 4F | 0 | 51 | 40 | 76 | 45 | 15 |
| Octal | 23 | 133 | 21 | 117 | 0 | 121 | 100 | 166 | 105 | 25 |
| Binary | 10011 | 1011011 | 10001 | 1001111 | 0 | 1010001 | 1000000 | 1110110 | 1000101 | 10101 |
Color Harmonies of #135B11
Complementary color
Monochromatic Colors of #135B11
Black with #135B11
Text Example
Text Example
White with #135B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B11; }
p { color: rgb(19,91,17); }
H1.HeaderClassName
{
color: #135B11;
}
.AnyTagClassName
{
color: #135B11;
}
</style>
background-color css
<style>
a { background-color: #135B11; }
a { background-color: rgb(19,91,17); }
div.DivClassName
{
background-color: #135B11;
}
.BgClassName
{
background-color: #135B11;
}
</style>
border-color css
<style>
span { border-color: #135B11; }
span { border-color: rgb(19,91,17); }
td.TdClassName
{
border-color: #135B11;
}
.TagClassName
{
border-color: #135B11;
}
</style>