Shades of Myrtle #135D02
Tints of Myrtle #135D02
RGB
CMYK
RGB Variations
Color information
#135D02 (or 0x135D02) is known color: Myrtle. HEX triplet: 13, 5D and 02. RGB value is (19,93,2). Sum of RGB (Red+Green+Blue) = 19+93+2=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #135D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D02 is #ECA2FD. Grayscale: #3C3C3C. Windows color (decimal): -15508222 or 154899. OLE color: 154899.
HSL color Cylindrical-coordinate representation of color #135D02: hue angle of 108.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #135D02 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 2 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.64 |
| HSL | 108.79º | 0.96% | 0.19% | - |
| HSV(B) | 108.79º | 0.98% | 0.36% | - |
| XYZ | 4.19 | 7.97 | 1.38 | - |
| YUV | 60.5 | 94.98 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 2 | 0.80 | 0 | 0.98 | 0.64 | 108.79 | 0.96 | 0.19 |
| Hex | 13 | 5D | 2 | 50 | 0 | 62 | 40 | 6D | 60 | 13 |
| Octal | 23 | 135 | 2 | 120 | 0 | 142 | 100 | 155 | 140 | 23 |
| Binary | 10011 | 1011101 | 10 | 1010000 | 0 | 1100010 | 1000000 | 1101101 | 1100000 | 10011 |
Color Harmonies of #135D02
Complementary color
Monochromatic Colors of #135D02
Black with #135D02
Text Example
Text Example
White with #135D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D02; }
p { color: rgb(19,93,2); }
H1.HeaderClassName
{
color: #135D02;
}
.AnyTagClassName
{
color: #135D02;
}
</style>
background-color css
<style>
a { background-color: #135D02; }
a { background-color: rgb(19,93,2); }
div.DivClassName
{
background-color: #135D02;
}
.BgClassName
{
background-color: #135D02;
}
</style>
border-color css
<style>
span { border-color: #135D02; }
span { border-color: rgb(19,93,2); }
td.TdClassName
{
border-color: #135D02;
}
.TagClassName
{
border-color: #135D02;
}
</style>