Shades of Myrtle #135C02
Tints of Myrtle #135C02
RGB
CMYK
RGB Variations
Color information
#135C02 (or 0x135C02) is known color: Myrtle. HEX triplet: 13, 5C and 02. RGB value is (19,92,2). Sum of RGB (Red+Green+Blue) = 19+92+2=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #135C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C02 is #ECA3FD. Grayscale: #3C3C3C. Windows color (decimal): -15508478 or 154643. OLE color: 154643.
HSL color Cylindrical-coordinate representation of color #135C02: hue angle of 108.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #135C02 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 2 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.64 |
| HSL | 108.67º | 0.96% | 0.18% | - |
| HSV(B) | 108.67º | 0.98% | 0.36% | - |
| XYZ | 4.11 | 7.8 | 1.35 | - |
| YUV | 59.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 2 | 0.79 | 0 | 0.98 | 0.64 | 108.67 | 0.96 | 0.18 |
| Hex | 13 | 5C | 2 | 4F | 0 | 62 | 40 | 6D | 60 | 12 |
| Octal | 23 | 134 | 2 | 117 | 0 | 142 | 100 | 155 | 140 | 22 |
| Binary | 10011 | 1011100 | 10 | 1001111 | 0 | 1100010 | 1000000 | 1101101 | 1100000 | 10010 |
Color Harmonies of #135C02
Complementary color
Monochromatic Colors of #135C02
Black with #135C02
Text Example
Text Example
White with #135C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C02; }
p { color: rgb(19,92,2); }
H1.HeaderClassName
{
color: #135C02;
}
.AnyTagClassName
{
color: #135C02;
}
</style>
background-color css
<style>
a { background-color: #135C02; }
a { background-color: rgb(19,92,2); }
div.DivClassName
{
background-color: #135C02;
}
.BgClassName
{
background-color: #135C02;
}
</style>
border-color css
<style>
span { border-color: #135C02; }
span { border-color: rgb(19,92,2); }
td.TdClassName
{
border-color: #135C02;
}
.TagClassName
{
border-color: #135C02;
}
</style>