Shades of Myrtle #135001
Tints of Myrtle #135001
RGB
CMYK
RGB Variations
Color information
#135001 (or 0x135001) is known color: Myrtle. HEX triplet: 13, 50 and 01. RGB value is (19,80,1). Sum of RGB (Red+Green+Blue) = 19+80+1=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #135001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135001 is #ECAFFE. Grayscale: #353535. Windows color (decimal): -15511551 or 86035. OLE color: 86035.
HSL color Cylindrical-coordinate representation of color #135001: hue angle of 106.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #135001 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.69 |
| HSL | 106.33º | 0.98% | 0.16% | - |
| HSV(B) | 106.33º | 0.99% | 0.31% | - |
| XYZ | 3.14 | 5.88 | 1 | - |
| YUV | 52.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 1 | 0.76 | 0 | 0.99 | 0.69 | 106.33 | 0.98 | 0.16 |
| Hex | 13 | 50 | 1 | 4C | 0 | 63 | 45 | 6A | 62 | 10 |
| Octal | 23 | 120 | 1 | 114 | 0 | 143 | 105 | 152 | 142 | 20 |
| Binary | 10011 | 1010000 | 1 | 1001100 | 0 | 1100011 | 1000101 | 1101010 | 1100010 | 10000 |
Color Harmonies of #135001
Complementary color
Monochromatic Colors of #135001
Black with #135001
Text Example
Text Example
White with #135001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135001; }
p { color: rgb(19,80,1); }
H1.HeaderClassName
{
color: #135001;
}
.AnyTagClassName
{
color: #135001;
}
</style>
background-color css
<style>
a { background-color: #135001; }
a { background-color: rgb(19,80,1); }
div.DivClassName
{
background-color: #135001;
}
.BgClassName
{
background-color: #135001;
}
</style>
border-color css
<style>
span { border-color: #135001; }
span { border-color: rgb(19,80,1); }
td.TdClassName
{
border-color: #135001;
}
.TagClassName
{
border-color: #135001;
}
</style>