Shades of Myrtle #134117
Tints of Myrtle #134117
RGB
CMYK
RGB Variations
Color information
#134117 (or 0x134117) is known color: Myrtle. HEX triplet: 13, 41 and 17. RGB value is (19,65,23). Sum of RGB (Red+Green+Blue) = 19+65+23=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #134117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134117 is #ECBEE8. Grayscale: #2E2E2E. Windows color (decimal): -15515369 or 1523987. OLE color: 1523987.
HSL color Cylindrical-coordinate representation of color #134117: hue angle of 125.22º 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 #134117 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 23 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.75 |
| HSL | 125.22º | 0.55% | 0.16% | - |
| HSV(B) | 125.22º | 0.71% | 0.25% | - |
| XYZ | 2.31 | 3.98 | 1.46 | - |
| YUV | 46.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 23 | 0.71 | 0 | 0.65 | 0.75 | 125.22 | 0.55 | 0.16 |
| Hex | 13 | 41 | 17 | 47 | 0 | 41 | 4B | 7D | 37 | 10 |
| Octal | 23 | 101 | 27 | 107 | 0 | 101 | 113 | 175 | 67 | 20 |
| Binary | 10011 | 1000001 | 10111 | 1000111 | 0 | 1000001 | 1001011 | 1111101 | 110111 | 10000 |
Color Harmonies of #134117
Complementary color
Monochromatic Colors of #134117
Black with #134117
Text Example
Text Example
White with #134117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134117; }
p { color: rgb(19,65,23); }
H1.HeaderClassName
{
color: #134117;
}
.AnyTagClassName
{
color: #134117;
}
</style>
background-color css
<style>
a { background-color: #134117; }
a { background-color: rgb(19,65,23); }
div.DivClassName
{
background-color: #134117;
}
.BgClassName
{
background-color: #134117;
}
</style>
border-color css
<style>
span { border-color: #134117; }
span { border-color: rgb(19,65,23); }
td.TdClassName
{
border-color: #134117;
}
.TagClassName
{
border-color: #134117;
}
</style>