Shades of Myrtle #135C17
Tints of Myrtle #135C17
RGB
CMYK
RGB Variations
Color information
#135C17 (or 0x135C17) is known color: Myrtle. HEX triplet: 13, 5C and 17. RGB value is (19,92,23). Sum of RGB (Red+Green+Blue) = 19+92+23=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #135C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C17 is #ECA3E8. Grayscale: #3E3E3E. Windows color (decimal): -15508457 or 1530899. OLE color: 1530899.
HSL color Cylindrical-coordinate representation of color #135C17: hue angle of 123.29º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C17 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 23 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.64 |
| HSL | 123.29º | 0.66% | 0.22% | - |
| HSV(B) | 123.29º | 0.79% | 0.36% | - |
| XYZ | 4.25 | 7.85 | 2.1 | - |
| YUV | 62.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 23 | 0.79 | 0 | 0.75 | 0.64 | 123.29 | 0.66 | 0.22 |
| Hex | 13 | 5C | 17 | 4F | 0 | 4B | 40 | 7B | 42 | 16 |
| Octal | 23 | 134 | 27 | 117 | 0 | 113 | 100 | 173 | 102 | 26 |
| Binary | 10011 | 1011100 | 10111 | 1001111 | 0 | 1001011 | 1000000 | 1111011 | 1000010 | 10110 |
Color Harmonies of #135C17
Complementary color
Monochromatic Colors of #135C17
Black with #135C17
Text Example
Text Example
White with #135C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C17; }
p { color: rgb(19,92,23); }
H1.HeaderClassName
{
color: #135C17;
}
.AnyTagClassName
{
color: #135C17;
}
</style>
background-color css
<style>
a { background-color: #135C17; }
a { background-color: rgb(19,92,23); }
div.DivClassName
{
background-color: #135C17;
}
.BgClassName
{
background-color: #135C17;
}
</style>
border-color css
<style>
span { border-color: #135C17; }
span { border-color: rgb(19,92,23); }
td.TdClassName
{
border-color: #135C17;
}
.TagClassName
{
border-color: #135C17;
}
</style>