Shades of Myrtle #155808
Tints of Myrtle #155808
RGB
CMYK
RGB Variations
Color information
#155808 (or 0x155808) is known color: Myrtle. HEX triplet: 15, 58 and 08. RGB value is (21,88,8). Sum of RGB (Red+Green+Blue) = 21+88+8=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #155808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155808 is #EAA7F7. Grayscale: #3B3B3B. Windows color (decimal): -15378424 or 546837. OLE color: 546837.
HSL color Cylindrical-coordinate representation of color #155808: hue angle of 110.25º 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 #155808 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 8 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.65 |
| HSL | 110.25º | 0.83% | 0.19% | - |
| HSV(B) | 110.25º | 0.91% | 0.35% | - |
| XYZ | 3.84 | 7.16 | 1.41 | - |
| YUV | 58.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 8 | 0.76 | 0 | 0.91 | 0.65 | 110.25 | 0.83 | 0.19 |
| Hex | 15 | 58 | 8 | 4C | 0 | 5B | 41 | 6E | 53 | 13 |
| Octal | 25 | 130 | 10 | 114 | 0 | 133 | 101 | 156 | 123 | 23 |
| Binary | 10101 | 1011000 | 1000 | 1001100 | 0 | 1011011 | 1000001 | 1101110 | 1010011 | 10011 |
Color Harmonies of #155808
Complementary color
Monochromatic Colors of #155808
Black with #155808
Text Example
Text Example
White with #155808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155808; }
p { color: rgb(21,88,8); }
H1.HeaderClassName
{
color: #155808;
}
.AnyTagClassName
{
color: #155808;
}
</style>
background-color css
<style>
a { background-color: #155808; }
a { background-color: rgb(21,88,8); }
div.DivClassName
{
background-color: #155808;
}
.BgClassName
{
background-color: #155808;
}
</style>
border-color css
<style>
span { border-color: #155808; }
span { border-color: rgb(21,88,8); }
td.TdClassName
{
border-color: #155808;
}
.TagClassName
{
border-color: #155808;
}
</style>