Shades of Myrtle #155508
Tints of Myrtle #155508
RGB
CMYK
RGB Variations
Color information
#155508 (or 0x155508) is known color: Myrtle. HEX triplet: 15, 55 and 08. RGB value is (21,85,8). Sum of RGB (Red+Green+Blue) = 21+85+8=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 85 (33.59% from 255 or 74.56% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 85 - color contains mainly: green. Hex color #155508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155508 is #EAAAF7. Grayscale: #393939. Windows color (decimal): -15379192 or 546069. OLE color: 546069.
HSL color Cylindrical-coordinate representation of color #155508: hue angle of 109.87º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155508 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 8 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.67 |
| HSL | 109.87º | 0.83% | 0.18% | - |
| HSV(B) | 109.87º | 0.91% | 0.33% | - |
| XYZ | 3.6 | 6.67 | 1.33 | - |
| YUV | 57.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 8 | 0.75 | 0 | 0.91 | 0.67 | 109.87 | 0.83 | 0.18 |
| Hex | 15 | 55 | 8 | 4B | 0 | 5B | 43 | 6E | 53 | 12 |
| Octal | 25 | 125 | 10 | 113 | 0 | 133 | 103 | 156 | 123 | 22 |
| Binary | 10101 | 1010101 | 1000 | 1001011 | 0 | 1011011 | 1000011 | 1101110 | 1010011 | 10010 |
Color Harmonies of #155508
Complementary color
Monochromatic Colors of #155508
Black with #155508
Text Example
Text Example
White with #155508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155508; }
p { color: rgb(21,85,8); }
H1.HeaderClassName
{
color: #155508;
}
.AnyTagClassName
{
color: #155508;
}
</style>
background-color css
<style>
a { background-color: #155508; }
a { background-color: rgb(21,85,8); }
div.DivClassName
{
background-color: #155508;
}
.BgClassName
{
background-color: #155508;
}
</style>
border-color css
<style>
span { border-color: #155508; }
span { border-color: rgb(21,85,8); }
td.TdClassName
{
border-color: #155508;
}
.TagClassName
{
border-color: #155508;
}
</style>