Shades of Myrtle #134608
Tints of Myrtle #134608
RGB
CMYK
RGB Variations
Color information
#134608 (or 0x134608) is known color: Myrtle. HEX triplet: 13, 46 and 08. RGB value is (19,70,8). Sum of RGB (Red+Green+Blue) = 19+70+8=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #134608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134608 is #ECB9F7. Grayscale: #2F2F2F. Windows color (decimal): -15514104 or 542227. OLE color: 542227.
HSL color Cylindrical-coordinate representation of color #134608: hue angle of 109.35º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134608 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 8 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.73 |
| HSL | 109.35º | 0.79% | 0.15% | - |
| HSV(B) | 109.35º | 0.89% | 0.27% | - |
| XYZ | 2.5 | 4.54 | 0.97 | - |
| YUV | 47.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 8 | 0.73 | 0 | 0.89 | 0.73 | 109.35 | 0.79 | 0.15 |
| Hex | 13 | 46 | 8 | 49 | 0 | 59 | 49 | 6D | 4F | F |
| Octal | 23 | 106 | 10 | 111 | 0 | 131 | 111 | 155 | 117 | 17 |
| Binary | 10011 | 1000110 | 1000 | 1001001 | 0 | 1011001 | 1001001 | 1101101 | 1001111 | 1111 |
Color Harmonies of #134608
Complementary color
Monochromatic Colors of #134608
Black with #134608
Text Example
Text Example
White with #134608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134608; }
p { color: rgb(19,70,8); }
H1.HeaderClassName
{
color: #134608;
}
.AnyTagClassName
{
color: #134608;
}
</style>
background-color css
<style>
a { background-color: #134608; }
a { background-color: rgb(19,70,8); }
div.DivClassName
{
background-color: #134608;
}
.BgClassName
{
background-color: #134608;
}
</style>
border-color css
<style>
span { border-color: #134608; }
span { border-color: rgb(19,70,8); }
td.TdClassName
{
border-color: #134608;
}
.TagClassName
{
border-color: #134608;
}
</style>