Shades of Myrtle #135B0B
Tints of Myrtle #135B0B
RGB
CMYK
RGB Variations
Color information
#135B0B (or 0x135B0B) is known color: Myrtle. HEX triplet: 13, 5B and 0B. RGB value is (19,91,11). Sum of RGB (Red+Green+Blue) = 19+91+11=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #135B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B0B is #ECA4F4. Grayscale: #3C3C3C. Windows color (decimal): -15508725 or 744211. OLE color: 744211.
HSL color Cylindrical-coordinate representation of color #135B0B: hue angle of 114º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135B0B is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 11 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.64 |
| HSL | 114º | 0.78% | 0.2% | - |
| HSV(B) | 114º | 0.88% | 0.36% | - |
| XYZ | 4.07 | 7.64 | 1.58 | - |
| YUV | 60.35 | 100.15 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 11 | 0.79 | 0 | 0.88 | 0.64 | 114 | 0.78 | 0.2 |
| Hex | 13 | 5B | B | 4F | 0 | 58 | 40 | 72 | 4E | 14 |
| Octal | 23 | 133 | 13 | 117 | 0 | 130 | 100 | 162 | 116 | 24 |
| Binary | 10011 | 1011011 | 1011 | 1001111 | 0 | 1011000 | 1000000 | 1110010 | 1001110 | 10100 |
Color Harmonies of #135B0B
Complementary color
Monochromatic Colors of #135B0B
Black with #135B0B
Text Example
Text Example
White with #135B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B0B; }
p { color: rgb(19,91,11); }
H1.HeaderClassName
{
color: #135B0B;
}
.AnyTagClassName
{
color: #135B0B;
}
</style>
background-color css
<style>
a { background-color: #135B0B; }
a { background-color: rgb(19,91,11); }
div.DivClassName
{
background-color: #135B0B;
}
.BgClassName
{
background-color: #135B0B;
}
</style>
border-color css
<style>
span { border-color: #135B0B; }
span { border-color: rgb(19,91,11); }
td.TdClassName
{
border-color: #135B0B;
}
.TagClassName
{
border-color: #135B0B;
}
</style>