Shades of Myrtle #135301
Tints of Myrtle #135301
RGB
CMYK
RGB Variations
Color information
#135301 (or 0x135301) is known color: Myrtle. HEX triplet: 13, 53 and 01. RGB value is (19,83,1). Sum of RGB (Red+Green+Blue) = 19+83+1=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #135301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135301 is #ECACFE. Grayscale: #363636. Windows color (decimal): -15510783 or 86803. OLE color: 86803.
HSL color Cylindrical-coordinate representation of color #135301: hue angle of 106.83º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #135301 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.67 |
| HSL | 106.83º | 0.98% | 0.16% | - |
| HSV(B) | 106.83º | 0.99% | 0.33% | - |
| XYZ | 3.37 | 6.33 | 1.07 | - |
| YUV | 54.52 | 97.8 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 1 | 0.77 | 0 | 0.99 | 0.67 | 106.83 | 0.98 | 0.16 |
| Hex | 13 | 53 | 1 | 4D | 0 | 63 | 43 | 6B | 62 | 10 |
| Octal | 23 | 123 | 1 | 115 | 0 | 143 | 103 | 153 | 142 | 20 |
| Binary | 10011 | 1010011 | 1 | 1001101 | 0 | 1100011 | 1000011 | 1101011 | 1100010 | 10000 |
Color Harmonies of #135301
Complementary color
Monochromatic Colors of #135301
Black with #135301
Text Example
Text Example
White with #135301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135301; }
p { color: rgb(19,83,1); }
H1.HeaderClassName
{
color: #135301;
}
.AnyTagClassName
{
color: #135301;
}
</style>
background-color css
<style>
a { background-color: #135301; }
a { background-color: rgb(19,83,1); }
div.DivClassName
{
background-color: #135301;
}
.BgClassName
{
background-color: #135301;
}
</style>
border-color css
<style>
span { border-color: #135301; }
span { border-color: rgb(19,83,1); }
td.TdClassName
{
border-color: #135301;
}
.TagClassName
{
border-color: #135301;
}
</style>