Shades of Myrtle #135C06
Tints of Myrtle #135C06
RGB
CMYK
RGB Variations
Color information
#135C06 (or 0x135C06) is known color: Myrtle. HEX triplet: 13, 5C and 06. RGB value is (19,92,6). Sum of RGB (Red+Green+Blue) = 19+92+6=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #135C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C06 is #ECA3F9. Grayscale: #3C3C3C. Windows color (decimal): -15508474 or 416787. OLE color: 416787.
HSL color Cylindrical-coordinate representation of color #135C06: hue angle of 110.93º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135C06 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 6 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.64 |
| HSL | 110.93º | 0.88% | 0.19% | - |
| HSV(B) | 110.93º | 0.93% | 0.36% | - |
| XYZ | 4.13 | 7.81 | 1.46 | - |
| YUV | 60.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 6 | 0.79 | 0 | 0.93 | 0.64 | 110.93 | 0.88 | 0.19 |
| Hex | 13 | 5C | 6 | 4F | 0 | 5D | 40 | 6F | 58 | 13 |
| Octal | 23 | 134 | 6 | 117 | 0 | 135 | 100 | 157 | 130 | 23 |
| Binary | 10011 | 1011100 | 110 | 1001111 | 0 | 1011101 | 1000000 | 1101111 | 1011000 | 10011 |
Color Harmonies of #135C06
Complementary color
Monochromatic Colors of #135C06
Black with #135C06
Text Example
Text Example
White with #135C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C06; }
p { color: rgb(19,92,6); }
H1.HeaderClassName
{
color: #135C06;
}
.AnyTagClassName
{
color: #135C06;
}
</style>
background-color css
<style>
a { background-color: #135C06; }
a { background-color: rgb(19,92,6); }
div.DivClassName
{
background-color: #135C06;
}
.BgClassName
{
background-color: #135C06;
}
</style>
border-color css
<style>
span { border-color: #135C06; }
span { border-color: rgb(19,92,6); }
td.TdClassName
{
border-color: #135C06;
}
.TagClassName
{
border-color: #135C06;
}
</style>