Shades of Myrtle #135101
Tints of Myrtle #135101
RGB
CMYK
RGB Variations
Color information
#135101 (or 0x135101) is known color: Myrtle. HEX triplet: 13, 51 and 01. RGB value is (19,81,1). Sum of RGB (Red+Green+Blue) = 19+81+1=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 81 (32.03% from 255 or 80.20% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 81 - color contains mainly: green. Hex color #135101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135101 is #ECAEFE. Grayscale: #353535. Windows color (decimal): -15511295 or 86291. OLE color: 86291.
HSL color Cylindrical-coordinate representation of color #135101: hue angle of 106.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #135101 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.68 |
| HSL | 106.5º | 0.98% | 0.16% | - |
| HSV(B) | 106.5º | 0.99% | 0.32% | - |
| XYZ | 3.22 | 6.03 | 1.02 | - |
| YUV | 53.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 1 | 0.77 | 0 | 0.99 | 0.68 | 106.5 | 0.98 | 0.16 |
| Hex | 13 | 51 | 1 | 4D | 0 | 63 | 44 | 6A | 62 | 10 |
| Octal | 23 | 121 | 1 | 115 | 0 | 143 | 104 | 152 | 142 | 20 |
| Binary | 10011 | 1010001 | 1 | 1001101 | 0 | 1100011 | 1000100 | 1101010 | 1100010 | 10000 |
Color Harmonies of #135101
Complementary color
Monochromatic Colors of #135101
Black with #135101
Text Example
Text Example
White with #135101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135101; }
p { color: rgb(19,81,1); }
H1.HeaderClassName
{
color: #135101;
}
.AnyTagClassName
{
color: #135101;
}
</style>
background-color css
<style>
a { background-color: #135101; }
a { background-color: rgb(19,81,1); }
div.DivClassName
{
background-color: #135101;
}
.BgClassName
{
background-color: #135101;
}
</style>
border-color css
<style>
span { border-color: #135101; }
span { border-color: rgb(19,81,1); }
td.TdClassName
{
border-color: #135101;
}
.TagClassName
{
border-color: #135101;
}
</style>