Shades of Myrtle #135B00
Tints of Myrtle #135B00
RGB
CMYK
RGB Variations
Color information
#135B00 (or 0x135B00) is known color: Myrtle. HEX triplet: 13, 5B and 00. RGB value is (19,91,0). Sum of RGB (Red+Green+Blue) = 19+91+0=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 91 (35.94% from 255 or 82.73% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 91 - color contains mainly: green. Hex color #135B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135B00 is #ECA4FF. Grayscale: #3B3B3B. Windows color (decimal): -15508736 or 23315. OLE color: 23315.
HSL color Cylindrical-coordinate representation of color #135B00: hue angle of 107.47º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #135B00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.64 |
| HSL | 107.47º | 1% | 0.18% | - |
| HSV(B) | 107.47º | 1% | 0.36% | - |
| XYZ | 4.01 | 7.62 | 1.26 | - |
| YUV | 59.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 0 | 0.79 | 0 | 1 | 0.64 | 107.47 | 1 | 0.18 |
| Hex | 13 | 5B | 0 | 4F | 0 | 64 | 40 | 6B | 64 | 12 |
| Octal | 23 | 133 | 0 | 117 | 0 | 144 | 100 | 153 | 144 | 22 |
| Binary | 10011 | 1011011 | 0 | 1001111 | 0 | 1100100 | 1000000 | 1101011 | 1100100 | 10010 |
Color Harmonies of #135B00
Complementary color
Monochromatic Colors of #135B00
Black with #135B00
Text Example
Text Example
White with #135B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B00; }
p { color: rgb(19,91,0); }
H1.HeaderClassName
{
color: #135B00;
}
.AnyTagClassName
{
color: #135B00;
}
</style>
background-color css
<style>
a { background-color: #135B00; }
a { background-color: rgb(19,91,0); }
div.DivClassName
{
background-color: #135B00;
}
.BgClassName
{
background-color: #135B00;
}
</style>
border-color css
<style>
span { border-color: #135B00; }
span { border-color: rgb(19,91,0); }
td.TdClassName
{
border-color: #135B00;
}
.TagClassName
{
border-color: #135B00;
}
</style>