Shades of Myrtle #135205
Tints of Myrtle #135205
RGB
CMYK
RGB Variations
Color information
#135205 (or 0x135205) is known color: Myrtle. HEX triplet: 13, 52 and 05. RGB value is (19,82,5). Sum of RGB (Red+Green+Blue) = 19+82+5=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #135205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135205 is #ECADFA. Grayscale: #363636. Windows color (decimal): -15511035 or 348691. OLE color: 348691.
HSL color Cylindrical-coordinate representation of color #135205: hue angle of 109.09º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #135205 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 5 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.68 |
| HSL | 109.09º | 0.89% | 0.17% | - |
| HSV(B) | 109.09º | 0.94% | 0.32% | - |
| XYZ | 3.31 | 6.18 | 1.16 | - |
| YUV | 54.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 5 | 0.77 | 0 | 0.94 | 0.68 | 109.09 | 0.89 | 0.17 |
| Hex | 13 | 52 | 5 | 4D | 0 | 5E | 44 | 6D | 59 | 11 |
| Octal | 23 | 122 | 5 | 115 | 0 | 136 | 104 | 155 | 131 | 21 |
| Binary | 10011 | 1010010 | 101 | 1001101 | 0 | 1011110 | 1000100 | 1101101 | 1011001 | 10001 |
Color Harmonies of #135205
Complementary color
Monochromatic Colors of #135205
Black with #135205
Text Example
Text Example
White with #135205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135205; }
p { color: rgb(19,82,5); }
H1.HeaderClassName
{
color: #135205;
}
.AnyTagClassName
{
color: #135205;
}
</style>
background-color css
<style>
a { background-color: #135205; }
a { background-color: rgb(19,82,5); }
div.DivClassName
{
background-color: #135205;
}
.BgClassName
{
background-color: #135205;
}
</style>
border-color css
<style>
span { border-color: #135205; }
span { border-color: rgb(19,82,5); }
td.TdClassName
{
border-color: #135205;
}
.TagClassName
{
border-color: #135205;
}
</style>