Shades of Myrtle #134115
Tints of Myrtle #134115
RGB
CMYK
RGB Variations
Color information
#134115 (or 0x134115) is known color: Myrtle. HEX triplet: 13, 41 and 15. RGB value is (19,65,21). Sum of RGB (Red+Green+Blue) = 19+65+21=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #134115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134115 is #ECBEEA. Grayscale: #2E2E2E. Windows color (decimal): -15515371 or 1392915. OLE color: 1392915.
HSL color Cylindrical-coordinate representation of color #134115: hue angle of 122.61º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134115 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 21 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.75 |
| HSL | 122.61º | 0.55% | 0.16% | - |
| HSV(B) | 122.61º | 0.71% | 0.25% | - |
| XYZ | 2.29 | 3.97 | 1.36 | - |
| YUV | 46.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 21 | 0.71 | 0 | 0.68 | 0.75 | 122.61 | 0.55 | 0.16 |
| Hex | 13 | 41 | 15 | 47 | 0 | 44 | 4B | 7B | 37 | 10 |
| Octal | 23 | 101 | 25 | 107 | 0 | 104 | 113 | 173 | 67 | 20 |
| Binary | 10011 | 1000001 | 10101 | 1000111 | 0 | 1000100 | 1001011 | 1111011 | 110111 | 10000 |
Color Harmonies of #134115
Complementary color
Monochromatic Colors of #134115
Black with #134115
Text Example
Text Example
White with #134115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134115; }
p { color: rgb(19,65,21); }
H1.HeaderClassName
{
color: #134115;
}
.AnyTagClassName
{
color: #134115;
}
</style>
background-color css
<style>
a { background-color: #134115; }
a { background-color: rgb(19,65,21); }
div.DivClassName
{
background-color: #134115;
}
.BgClassName
{
background-color: #134115;
}
</style>
border-color css
<style>
span { border-color: #134115; }
span { border-color: rgb(19,65,21); }
td.TdClassName
{
border-color: #134115;
}
.TagClassName
{
border-color: #134115;
}
</style>