Shades of Myrtle #135306
Tints of Myrtle #135306
RGB
CMYK
RGB Variations
Color information
#135306 (or 0x135306) is known color: Myrtle. HEX triplet: 13, 53 and 06. RGB value is (19,83,6). Sum of RGB (Red+Green+Blue) = 19+83+6=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #135306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135306 is #ECACF9. Grayscale: #373737. Windows color (decimal): -15510778 or 414483. OLE color: 414483.
HSL color Cylindrical-coordinate representation of color #135306: hue angle of 109.87º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135306 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 6 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.67 |
| HSL | 109.87º | 0.87% | 0.17% | - |
| HSV(B) | 109.87º | 0.93% | 0.33% | - |
| XYZ | 3.39 | 6.34 | 1.22 | - |
| YUV | 55.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 6 | 0.77 | 0 | 0.93 | 0.67 | 109.87 | 0.87 | 0.17 |
| Hex | 13 | 53 | 6 | 4D | 0 | 5D | 43 | 6E | 57 | 11 |
| Octal | 23 | 123 | 6 | 115 | 0 | 135 | 103 | 156 | 127 | 21 |
| Binary | 10011 | 1010011 | 110 | 1001101 | 0 | 1011101 | 1000011 | 1101110 | 1010111 | 10001 |
Color Harmonies of #135306
Complementary color
Monochromatic Colors of #135306
Black with #135306
Text Example
Text Example
White with #135306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135306; }
p { color: rgb(19,83,6); }
H1.HeaderClassName
{
color: #135306;
}
.AnyTagClassName
{
color: #135306;
}
</style>
background-color css
<style>
a { background-color: #135306; }
a { background-color: rgb(19,83,6); }
div.DivClassName
{
background-color: #135306;
}
.BgClassName
{
background-color: #135306;
}
</style>
border-color css
<style>
span { border-color: #135306; }
span { border-color: rgb(19,83,6); }
td.TdClassName
{
border-color: #135306;
}
.TagClassName
{
border-color: #135306;
}
</style>