Shades of Myrtle #134119
Tints of Myrtle #134119
RGB
CMYK
RGB Variations
Color information
#134119 (or 0x134119) is known color: Myrtle. HEX triplet: 13, 41 and 19. RGB value is (19,65,25). Sum of RGB (Red+Green+Blue) = 19+65+25=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #134119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134119 is #ECBEE6. Grayscale: #2E2E2E. Windows color (decimal): -15515367 or 1655059. OLE color: 1655059.
HSL color Cylindrical-coordinate representation of color #134119: hue angle of 127.83º 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 #134119 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 25 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.75 |
| HSL | 127.83º | 0.55% | 0.16% | - |
| HSV(B) | 127.83º | 0.71% | 0.25% | - |
| XYZ | 2.33 | 3.99 | 1.57 | - |
| YUV | 46.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 25 | 0.71 | 0 | 0.62 | 0.75 | 127.83 | 0.55 | 0.16 |
| Hex | 13 | 41 | 19 | 47 | 0 | 3E | 4B | 80 | 37 | 10 |
| Octal | 23 | 101 | 31 | 107 | 0 | 76 | 113 | 200 | 67 | 20 |
| Binary | 10011 | 1000001 | 11001 | 1000111 | 0 | 111110 | 1001011 | 10000000 | 110111 | 10000 |
Color Harmonies of #134119
Complementary color
Monochromatic Colors of #134119
Black with #134119
Text Example
Text Example
White with #134119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134119; }
p { color: rgb(19,65,25); }
H1.HeaderClassName
{
color: #134119;
}
.AnyTagClassName
{
color: #134119;
}
</style>
background-color css
<style>
a { background-color: #134119; }
a { background-color: rgb(19,65,25); }
div.DivClassName
{
background-color: #134119;
}
.BgClassName
{
background-color: #134119;
}
</style>
border-color css
<style>
span { border-color: #134119; }
span { border-color: rgb(19,65,25); }
td.TdClassName
{
border-color: #134119;
}
.TagClassName
{
border-color: #134119;
}
</style>