Shades of Myrtle #155205
Tints of Myrtle #155205
RGB
CMYK
RGB Variations
Color information
#155205 (or 0x155205) is known color: Myrtle. HEX triplet: 15, 52 and 05. RGB value is (21,82,5). Sum of RGB (Red+Green+Blue) = 21+82+5=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #155205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155205 is #EAADFA. Grayscale: #373737. Windows color (decimal): -15379963 or 348693. OLE color: 348693.
HSL color Cylindrical-coordinate representation of color #155205: hue angle of 107.53º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #155205 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 5 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.68 |
| HSL | 107.53º | 0.89% | 0.17% | - |
| HSV(B) | 107.53º | 0.94% | 0.32% | - |
| XYZ | 3.35 | 6.2 | 1.16 | - |
| YUV | 54.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 5 | 0.74 | 0 | 0.94 | 0.68 | 107.53 | 0.89 | 0.17 |
| Hex | 15 | 52 | 5 | 4A | 0 | 5E | 44 | 6C | 59 | 11 |
| Octal | 25 | 122 | 5 | 112 | 0 | 136 | 104 | 154 | 131 | 21 |
| Binary | 10101 | 1010010 | 101 | 1001010 | 0 | 1011110 | 1000100 | 1101100 | 1011001 | 10001 |
Color Harmonies of #155205
Complementary color
Monochromatic Colors of #155205
Black with #155205
Text Example
Text Example
White with #155205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155205; }
p { color: rgb(21,82,5); }
H1.HeaderClassName
{
color: #155205;
}
.AnyTagClassName
{
color: #155205;
}
</style>
background-color css
<style>
a { background-color: #155205; }
a { background-color: rgb(21,82,5); }
div.DivClassName
{
background-color: #155205;
}
.BgClassName
{
background-color: #155205;
}
</style>
border-color css
<style>
span { border-color: #155205; }
span { border-color: rgb(21,82,5); }
td.TdClassName
{
border-color: #155205;
}
.TagClassName
{
border-color: #155205;
}
</style>