Shades of Myrtle #152514
Tints of Myrtle #152514
RGB
CMYK
RGB Variations
Color information
#152514 (or 0x152514) is known color: Myrtle. HEX triplet: 15, 25 and 14. RGB value is (21,37,20). Sum of RGB (Red+Green+Blue) = 21+37+20=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #152514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152514 is #EADAEB. Grayscale: #1E1E1E. Windows color (decimal): -15391468 or 1320213. OLE color: 1320213.
HSL color Cylindrical-coordinate representation of color #152514: hue angle of 116.47º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #152514 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 37 | 20 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.85 |
| HSL | 116.47º | 0.3% | 0.11% | - |
| HSV(B) | 116.47º | 0.46% | 0.15% | - |
| XYZ | 1.1 | 1.53 | 0.9 | - |
| YUV | 30.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 20 | 0.43 | 0 | 0.46 | 0.85 | 116.47 | 0.3 | 0.11 |
| Hex | 15 | 25 | 14 | 2B | 0 | 2E | 55 | 74 | 1E | B |
| Octal | 25 | 45 | 24 | 53 | 0 | 56 | 125 | 164 | 36 | 13 |
| Binary | 10101 | 100101 | 10100 | 101011 | 0 | 101110 | 1010101 | 1110100 | 11110 | 1011 |
Color Harmonies of #152514
Complementary color
Monochromatic Colors of #152514
Black with #152514
Text Example
Text Example
White with #152514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152514; }
p { color: rgb(21,37,20); }
H1.HeaderClassName
{
color: #152514;
}
.AnyTagClassName
{
color: #152514;
}
</style>
background-color css
<style>
a { background-color: #152514; }
a { background-color: rgb(21,37,20); }
div.DivClassName
{
background-color: #152514;
}
.BgClassName
{
background-color: #152514;
}
</style>
border-color css
<style>
span { border-color: #152514; }
span { border-color: rgb(21,37,20); }
td.TdClassName
{
border-color: #152514;
}
.TagClassName
{
border-color: #152514;
}
</style>