Shades of Myrtle #135B05
Tints of Myrtle #135B05
RGB
CMYK
RGB Variations
Color information
#135B05 (or 0x135B05) is known color: Myrtle. HEX triplet: 13, 5B and 05. RGB value is (19,91,5). Sum of RGB (Red+Green+Blue) = 19+91+5=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #135B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B05 is #ECA4FA. Grayscale: #3B3B3B. Windows color (decimal): -15508731 or 350995. OLE color: 350995.
HSL color Cylindrical-coordinate representation of color #135B05: hue angle of 110.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #135B05 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 5 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.64 |
| HSL | 110.23º | 0.9% | 0.19% | - |
| HSV(B) | 110.23º | 0.95% | 0.36% | - |
| XYZ | 4.04 | 7.63 | 1.4 | - |
| YUV | 59.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 5 | 0.79 | 0 | 0.95 | 0.64 | 110.23 | 0.9 | 0.19 |
| Hex | 13 | 5B | 5 | 4F | 0 | 5F | 40 | 6E | 5A | 13 |
| Octal | 23 | 133 | 5 | 117 | 0 | 137 | 100 | 156 | 132 | 23 |
| Binary | 10011 | 1011011 | 101 | 1001111 | 0 | 1011111 | 1000000 | 1101110 | 1011010 | 10011 |
Color Harmonies of #135B05
Complementary color
Monochromatic Colors of #135B05
Black with #135B05
Text Example
Text Example
White with #135B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B05; }
p { color: rgb(19,91,5); }
H1.HeaderClassName
{
color: #135B05;
}
.AnyTagClassName
{
color: #135B05;
}
</style>
background-color css
<style>
a { background-color: #135B05; }
a { background-color: rgb(19,91,5); }
div.DivClassName
{
background-color: #135B05;
}
.BgClassName
{
background-color: #135B05;
}
</style>
border-color css
<style>
span { border-color: #135B05; }
span { border-color: rgb(19,91,5); }
td.TdClassName
{
border-color: #135B05;
}
.TagClassName
{
border-color: #135B05;
}
</style>