Shades of Myrtle #155B12
Tints of Myrtle #155B12
RGB
CMYK
RGB Variations
Color information
#155B12 (or 0x155B12) is known color: Myrtle. HEX triplet: 15, 5B and 12. RGB value is (21,91,18). Sum of RGB (Red+Green+Blue) = 21+91+18=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #155B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155B12 is #EAA4ED. Grayscale: #3D3D3D. Windows color (decimal): -15377646 or 1202965. OLE color: 1202965.
HSL color Cylindrical-coordinate representation of color #155B12: hue angle of 117.53º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155B12 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 18 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.64 |
| HSL | 117.53º | 0.67% | 0.21% | - |
| HSV(B) | 117.53º | 0.8% | 0.36% | - |
| XYZ | 4.16 | 7.69 | 1.84 | - |
| YUV | 61.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 18 | 0.77 | 0 | 0.80 | 0.64 | 117.53 | 0.67 | 0.21 |
| Hex | 15 | 5B | 12 | 4D | 0 | 50 | 40 | 76 | 43 | 15 |
| Octal | 25 | 133 | 22 | 115 | 0 | 120 | 100 | 166 | 103 | 25 |
| Binary | 10101 | 1011011 | 10010 | 1001101 | 0 | 1010000 | 1000000 | 1110110 | 1000011 | 10101 |
Color Harmonies of #155B12
Complementary color
Monochromatic Colors of #155B12
Black with #155B12
Text Example
Text Example
White with #155B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B12; }
p { color: rgb(21,91,18); }
H1.HeaderClassName
{
color: #155B12;
}
.AnyTagClassName
{
color: #155B12;
}
</style>
background-color css
<style>
a { background-color: #155B12; }
a { background-color: rgb(21,91,18); }
div.DivClassName
{
background-color: #155B12;
}
.BgClassName
{
background-color: #155B12;
}
</style>
border-color css
<style>
span { border-color: #155B12; }
span { border-color: rgb(21,91,18); }
td.TdClassName
{
border-color: #155B12;
}
.TagClassName
{
border-color: #155B12;
}
</style>