Shades of Myrtle #152312
Tints of Myrtle #152312
RGB
CMYK
RGB Variations
Color information
#152312 (or 0x152312) is known color: Myrtle. HEX triplet: 15, 23 and 12. RGB value is (21,35,18). Sum of RGB (Red+Green+Blue) = 21+35+18=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #152312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152312 is #EADCED. Grayscale: #1C1C1C. Windows color (decimal): -15391982 or 1188629. OLE color: 1188629.
HSL color Cylindrical-coordinate representation of color #152312: hue angle of 109.41º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152312 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 35 | 18 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.86 |
| HSL | 109.41º | 0.32% | 0.1% | - |
| HSV(B) | 109.41º | 0.49% | 0.14% | - |
| XYZ | 1.02 | 1.41 | 0.79 | - |
| YUV | 28.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 18 | 0.40 | 0 | 0.49 | 0.86 | 109.41 | 0.32 | 0.1 |
| Hex | 15 | 23 | 12 | 28 | 0 | 31 | 56 | 6D | 20 | A |
| Octal | 25 | 43 | 22 | 50 | 0 | 61 | 126 | 155 | 40 | 12 |
| Binary | 10101 | 100011 | 10010 | 101000 | 0 | 110001 | 1010110 | 1101101 | 100000 | 1010 |
Color Harmonies of #152312
Complementary color
Monochromatic Colors of #152312
Black with #152312
Text Example
Text Example
White with #152312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152312; }
p { color: rgb(21,35,18); }
H1.HeaderClassName
{
color: #152312;
}
.AnyTagClassName
{
color: #152312;
}
</style>
background-color css
<style>
a { background-color: #152312; }
a { background-color: rgb(21,35,18); }
div.DivClassName
{
background-color: #152312;
}
.BgClassName
{
background-color: #152312;
}
</style>
border-color css
<style>
span { border-color: #152312; }
span { border-color: rgb(21,35,18); }
td.TdClassName
{
border-color: #152312;
}
.TagClassName
{
border-color: #152312;
}
</style>