Shades of Myrtle #135315
Tints of Myrtle #135315
RGB
CMYK
RGB Variations
Color information
#135315 (or 0x135315) is known color: Myrtle. HEX triplet: 13, 53 and 15. RGB value is (19,83,21). Sum of RGB (Red+Green+Blue) = 19+83+21=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #135315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135315 is #ECACEA. Grayscale: #383838. Windows color (decimal): -15510763 or 1397523. OLE color: 1397523.
HSL color Cylindrical-coordinate representation of color #135315: hue angle of 121.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135315 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 21 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.67 |
| HSL | 121.88º | 0.63% | 0.2% | - |
| HSV(B) | 121.88º | 0.77% | 0.33% | - |
| XYZ | 3.5 | 6.38 | 1.76 | - |
| YUV | 56.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 21 | 0.77 | 0 | 0.75 | 0.67 | 121.88 | 0.63 | 0.2 |
| Hex | 13 | 53 | 15 | 4D | 0 | 4B | 43 | 7A | 3F | 14 |
| Octal | 23 | 123 | 25 | 115 | 0 | 113 | 103 | 172 | 77 | 24 |
| Binary | 10011 | 1010011 | 10101 | 1001101 | 0 | 1001011 | 1000011 | 1111010 | 111111 | 10100 |
Color Harmonies of #135315
Complementary color
Monochromatic Colors of #135315
Black with #135315
Text Example
Text Example
White with #135315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135315; }
p { color: rgb(19,83,21); }
H1.HeaderClassName
{
color: #135315;
}
.AnyTagClassName
{
color: #135315;
}
</style>
background-color css
<style>
a { background-color: #135315; }
a { background-color: rgb(19,83,21); }
div.DivClassName
{
background-color: #135315;
}
.BgClassName
{
background-color: #135315;
}
</style>
border-color css
<style>
span { border-color: #135315; }
span { border-color: rgb(19,83,21); }
td.TdClassName
{
border-color: #135315;
}
.TagClassName
{
border-color: #135315;
}
</style>