Shades of Myrtle #155D12
Tints of Myrtle #155D12
RGB
CMYK
RGB Variations
Color information
#155D12 (or 0x155D12) is known color: Myrtle. HEX triplet: 15, 5D and 12. RGB value is (21,93,18). Sum of RGB (Red+Green+Blue) = 21+93+18=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #155D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155D12 is #EAA2ED. Grayscale: #3F3F3F. Windows color (decimal): -15377134 or 1203477. OLE color: 1203477.
HSL color Cylindrical-coordinate representation of color #155D12: hue angle of 117.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155D12 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 18 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.64 |
| HSL | 117.6º | 0.68% | 0.22% | - |
| HSV(B) | 117.6º | 0.81% | 0.36% | - |
| XYZ | 4.33 | 8.03 | 1.89 | - |
| YUV | 62.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 18 | 0.77 | 0 | 0.81 | 0.64 | 117.6 | 0.68 | 0.22 |
| Hex | 15 | 5D | 12 | 4D | 0 | 51 | 40 | 76 | 44 | 16 |
| Octal | 25 | 135 | 22 | 115 | 0 | 121 | 100 | 166 | 104 | 26 |
| Binary | 10101 | 1011101 | 10010 | 1001101 | 0 | 1010001 | 1000000 | 1110110 | 1000100 | 10110 |
Color Harmonies of #155D12
Complementary color
Monochromatic Colors of #155D12
Black with #155D12
Text Example
Text Example
White with #155D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D12; }
p { color: rgb(21,93,18); }
H1.HeaderClassName
{
color: #155D12;
}
.AnyTagClassName
{
color: #155D12;
}
</style>
background-color css
<style>
a { background-color: #155D12; }
a { background-color: rgb(21,93,18); }
div.DivClassName
{
background-color: #155D12;
}
.BgClassName
{
background-color: #155D12;
}
</style>
border-color css
<style>
span { border-color: #155D12; }
span { border-color: rgb(21,93,18); }
td.TdClassName
{
border-color: #155D12;
}
.TagClassName
{
border-color: #155D12;
}
</style>