Shades of Myrtle #135513
Tints of Myrtle #135513
RGB
CMYK
RGB Variations
Color information
#135513 (or 0x135513) is known color: Myrtle. HEX triplet: 13, 55 and 13. RGB value is (19,85,19). Sum of RGB (Red+Green+Blue) = 19+85+19=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #135513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135513 is #ECAAEC. Grayscale: #393939. Windows color (decimal): -15510253 or 1266963. OLE color: 1266963.
HSL color Cylindrical-coordinate representation of color #135513: hue angle of 120º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135513 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 19 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.67 |
| HSL | 120º | 0.63% | 0.2% | - |
| HSV(B) | 120º | 0.78% | 0.33% | - |
| XYZ | 3.63 | 6.68 | 1.71 | - |
| YUV | 57.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 19 | 0.78 | 0 | 0.78 | 0.67 | 120 | 0.63 | 0.2 |
| Hex | 13 | 55 | 13 | 4E | 0 | 4E | 43 | 78 | 3F | 14 |
| Octal | 23 | 125 | 23 | 116 | 0 | 116 | 103 | 170 | 77 | 24 |
| Binary | 10011 | 1010101 | 10011 | 1001110 | 0 | 1001110 | 1000011 | 1111000 | 111111 | 10100 |
Color Harmonies of #135513
Complementary color
Monochromatic Colors of #135513
Black with #135513
Text Example
Text Example
White with #135513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135513; }
p { color: rgb(19,85,19); }
H1.HeaderClassName
{
color: #135513;
}
.AnyTagClassName
{
color: #135513;
}
</style>
background-color css
<style>
a { background-color: #135513; }
a { background-color: rgb(19,85,19); }
div.DivClassName
{
background-color: #135513;
}
.BgClassName
{
background-color: #135513;
}
</style>
border-color css
<style>
span { border-color: #135513; }
span { border-color: rgb(19,85,19); }
td.TdClassName
{
border-color: #135513;
}
.TagClassName
{
border-color: #135513;
}
</style>