Shades of Myrtle #134708
Tints of Myrtle #134708
RGB
CMYK
RGB Variations
Color information
#134708 (or 0x134708) is known color: Myrtle. HEX triplet: 13, 47 and 08. RGB value is (19,71,8). Sum of RGB (Red+Green+Blue) = 19+71+8=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #134708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134708 is #ECB8F7. Grayscale: #303030. Windows color (decimal): -15513848 or 542483. OLE color: 542483.
HSL color Cylindrical-coordinate representation of color #134708: hue angle of 109.52º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134708 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 8 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.72 |
| HSL | 109.52º | 0.8% | 0.15% | - |
| HSV(B) | 109.52º | 0.89% | 0.28% | - |
| XYZ | 2.57 | 4.66 | 0.99 | - |
| YUV | 48.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 8 | 0.73 | 0 | 0.89 | 0.72 | 109.52 | 0.8 | 0.15 |
| Hex | 13 | 47 | 8 | 49 | 0 | 59 | 48 | 6E | 50 | F |
| Octal | 23 | 107 | 10 | 111 | 0 | 131 | 110 | 156 | 120 | 17 |
| Binary | 10011 | 1000111 | 1000 | 1001001 | 0 | 1011001 | 1001000 | 1101110 | 1010000 | 1111 |
Color Harmonies of #134708
Complementary color
Monochromatic Colors of #134708
Black with #134708
Text Example
Text Example
White with #134708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134708; }
p { color: rgb(19,71,8); }
H1.HeaderClassName
{
color: #134708;
}
.AnyTagClassName
{
color: #134708;
}
</style>
background-color css
<style>
a { background-color: #134708; }
a { background-color: rgb(19,71,8); }
div.DivClassName
{
background-color: #134708;
}
.BgClassName
{
background-color: #134708;
}
</style>
border-color css
<style>
span { border-color: #134708; }
span { border-color: rgb(19,71,8); }
td.TdClassName
{
border-color: #134708;
}
.TagClassName
{
border-color: #134708;
}
</style>