Shades of Myrtle #135808
Tints of Myrtle #135808
RGB
CMYK
RGB Variations
Color information
#135808 (or 0x135808) is known color: Myrtle. HEX triplet: 13, 58 and 08. RGB value is (19,88,8). Sum of RGB (Red+Green+Blue) = 19+88+8=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #135808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135808 is #ECA7F7. Grayscale: #3A3A3A. Windows color (decimal): -15509496 or 546835. OLE color: 546835.
HSL color Cylindrical-coordinate representation of color #135808: hue angle of 111.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135808 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 8 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.65 |
| HSL | 111.75º | 0.83% | 0.19% | - |
| HSV(B) | 111.75º | 0.91% | 0.35% | - |
| XYZ | 3.8 | 7.14 | 1.41 | - |
| YUV | 58.25 | 99.64 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 8 | 0.78 | 0 | 0.91 | 0.65 | 111.75 | 0.83 | 0.19 |
| Hex | 13 | 58 | 8 | 4E | 0 | 5B | 41 | 70 | 53 | 13 |
| Octal | 23 | 130 | 10 | 116 | 0 | 133 | 101 | 160 | 123 | 23 |
| Binary | 10011 | 1011000 | 1000 | 1001110 | 0 | 1011011 | 1000001 | 1110000 | 1010011 | 10011 |
Color Harmonies of #135808
Complementary color
Monochromatic Colors of #135808
Black with #135808
Text Example
Text Example
White with #135808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135808; }
p { color: rgb(19,88,8); }
H1.HeaderClassName
{
color: #135808;
}
.AnyTagClassName
{
color: #135808;
}
</style>
background-color css
<style>
a { background-color: #135808; }
a { background-color: rgb(19,88,8); }
div.DivClassName
{
background-color: #135808;
}
.BgClassName
{
background-color: #135808;
}
</style>
border-color css
<style>
span { border-color: #135808; }
span { border-color: rgb(19,88,8); }
td.TdClassName
{
border-color: #135808;
}
.TagClassName
{
border-color: #135808;
}
</style>