Shades of Myrtle #155108
Tints of Myrtle #155108
RGB
CMYK
RGB Variations
Color information
#155108 (or 0x155108) is known color: Myrtle. HEX triplet: 15, 51 and 08. RGB value is (21,81,8). Sum of RGB (Red+Green+Blue) = 21+81+8=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #155108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155108 is #EAAEF7. Grayscale: #363636. Windows color (decimal): -15380216 or 545045. OLE color: 545045.
HSL color Cylindrical-coordinate representation of color #155108: hue angle of 109.32º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155108 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 8 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.68 |
| HSL | 109.32º | 0.82% | 0.17% | - |
| HSV(B) | 109.32º | 0.9% | 0.32% | - |
| XYZ | 3.3 | 6.06 | 1.23 | - |
| YUV | 54.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 8 | 0.74 | 0 | 0.90 | 0.68 | 109.32 | 0.82 | 0.17 |
| Hex | 15 | 51 | 8 | 4A | 0 | 5A | 44 | 6D | 52 | 11 |
| Octal | 25 | 121 | 10 | 112 | 0 | 132 | 104 | 155 | 122 | 21 |
| Binary | 10101 | 1010001 | 1000 | 1001010 | 0 | 1011010 | 1000100 | 1101101 | 1010010 | 10001 |
Color Harmonies of #155108
Complementary color
Monochromatic Colors of #155108
Black with #155108
Text Example
Text Example
White with #155108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155108; }
p { color: rgb(21,81,8); }
H1.HeaderClassName
{
color: #155108;
}
.AnyTagClassName
{
color: #155108;
}
</style>
background-color css
<style>
a { background-color: #155108; }
a { background-color: rgb(21,81,8); }
div.DivClassName
{
background-color: #155108;
}
.BgClassName
{
background-color: #155108;
}
</style>
border-color css
<style>
span { border-color: #155108; }
span { border-color: rgb(21,81,8); }
td.TdClassName
{
border-color: #155108;
}
.TagClassName
{
border-color: #155108;
}
</style>