Shades of Myrtle #135C0F
Tints of Myrtle #135C0F
RGB
CMYK
RGB Variations
Color information
#135C0F (or 0x135C0F) is known color: Myrtle. HEX triplet: 13, 5C and 0F. RGB value is (19,92,15). Sum of RGB (Red+Green+Blue) = 19+92+15=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #135C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C0F is #ECA3F0. Grayscale: #3D3D3D. Windows color (decimal): -15508465 or 1006611. OLE color: 1006611.
HSL color Cylindrical-coordinate representation of color #135C0F: hue angle of 116.88º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135C0F is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 15 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.64 |
| HSL | 116.88º | 0.72% | 0.21% | - |
| HSV(B) | 116.88º | 0.84% | 0.36% | - |
| XYZ | 4.18 | 7.83 | 1.74 | - |
| YUV | 61.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 15 | 0.79 | 0 | 0.84 | 0.64 | 116.88 | 0.72 | 0.21 |
| Hex | 13 | 5C | F | 4F | 0 | 54 | 40 | 75 | 48 | 15 |
| Octal | 23 | 134 | 17 | 117 | 0 | 124 | 100 | 165 | 110 | 25 |
| Binary | 10011 | 1011100 | 1111 | 1001111 | 0 | 1010100 | 1000000 | 1110101 | 1001000 | 10101 |
Color Harmonies of #135C0F
Complementary color
Monochromatic Colors of #135C0F
Black with #135C0F
Text Example
Text Example
White with #135C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C0F; }
p { color: rgb(19,92,15); }
H1.HeaderClassName
{
color: #135C0F;
}
.AnyTagClassName
{
color: #135C0F;
}
</style>
background-color css
<style>
a { background-color: #135C0F; }
a { background-color: rgb(19,92,15); }
div.DivClassName
{
background-color: #135C0F;
}
.BgClassName
{
background-color: #135C0F;
}
</style>
border-color css
<style>
span { border-color: #135C0F; }
span { border-color: rgb(19,92,15); }
td.TdClassName
{
border-color: #135C0F;
}
.TagClassName
{
border-color: #135C0F;
}
</style>