Shades of Myrtle #135313
Tints of Myrtle #135313
RGB
CMYK
RGB Variations
Color information
#135313 (or 0x135313) is known color: Myrtle. HEX triplet: 13, 53 and 13. RGB value is (19,83,19). Sum of RGB (Red+Green+Blue) = 19+83+19=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #135313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135313 is #ECACEC. Grayscale: #383838. Windows color (decimal): -15510765 or 1266451. OLE color: 1266451.
HSL color Cylindrical-coordinate representation of color #135313: 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.77%. Process color model (Four color, CMYK) of #135313 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 19 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.67 |
| HSL | 120º | 0.63% | 0.2% | - |
| HSV(B) | 120º | 0.77% | 0.33% | - |
| XYZ | 3.48 | 6.37 | 1.66 | - |
| YUV | 56.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 19 | 0.77 | 0 | 0.77 | 0.67 | 120 | 0.63 | 0.2 |
| Hex | 13 | 53 | 13 | 4D | 0 | 4D | 43 | 78 | 3F | 14 |
| Octal | 23 | 123 | 23 | 115 | 0 | 115 | 103 | 170 | 77 | 24 |
| Binary | 10011 | 1010011 | 10011 | 1001101 | 0 | 1001101 | 1000011 | 1111000 | 111111 | 10100 |
Color Harmonies of #135313
Complementary color
Monochromatic Colors of #135313
Black with #135313
Text Example
Text Example
White with #135313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135313; }
p { color: rgb(19,83,19); }
H1.HeaderClassName
{
color: #135313;
}
.AnyTagClassName
{
color: #135313;
}
</style>
background-color css
<style>
a { background-color: #135313; }
a { background-color: rgb(19,83,19); }
div.DivClassName
{
background-color: #135313;
}
.BgClassName
{
background-color: #135313;
}
</style>
border-color css
<style>
span { border-color: #135313; }
span { border-color: rgb(19,83,19); }
td.TdClassName
{
border-color: #135313;
}
.TagClassName
{
border-color: #135313;
}
</style>