Shades of Myrtle #135305
Tints of Myrtle #135305
RGB
CMYK
RGB Variations
Color information
#135305 (or 0x135305) is known color: Myrtle. HEX triplet: 13, 53 and 05. RGB value is (19,83,5). Sum of RGB (Red+Green+Blue) = 19+83+5=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #135305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135305 is #ECACFA. Grayscale: #373737. Windows color (decimal): -15510779 or 348947. OLE color: 348947.
HSL color Cylindrical-coordinate representation of color #135305: hue angle of 109.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #135305 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 5 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.67 |
| HSL | 109.23º | 0.89% | 0.17% | - |
| HSV(B) | 109.23º | 0.94% | 0.33% | - |
| XYZ | 3.39 | 6.34 | 1.19 | - |
| YUV | 54.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 5 | 0.77 | 0 | 0.94 | 0.67 | 109.23 | 0.89 | 0.17 |
| Hex | 13 | 53 | 5 | 4D | 0 | 5E | 43 | 6D | 59 | 11 |
| Octal | 23 | 123 | 5 | 115 | 0 | 136 | 103 | 155 | 131 | 21 |
| Binary | 10011 | 1010011 | 101 | 1001101 | 0 | 1011110 | 1000011 | 1101101 | 1011001 | 10001 |
Color Harmonies of #135305
Complementary color
Monochromatic Colors of #135305
Black with #135305
Text Example
Text Example
White with #135305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135305; }
p { color: rgb(19,83,5); }
H1.HeaderClassName
{
color: #135305;
}
.AnyTagClassName
{
color: #135305;
}
</style>
background-color css
<style>
a { background-color: #135305; }
a { background-color: rgb(19,83,5); }
div.DivClassName
{
background-color: #135305;
}
.BgClassName
{
background-color: #135305;
}
</style>
border-color css
<style>
span { border-color: #135305; }
span { border-color: rgb(19,83,5); }
td.TdClassName
{
border-color: #135305;
}
.TagClassName
{
border-color: #135305;
}
</style>