Shades of Myrtle #152C11
Tints of Myrtle #152C11
RGB
CMYK
RGB Variations
Color information
#152C11 (or 0x152C11) is known color: Myrtle. HEX triplet: 15, 2C and 11. RGB value is (21,44,17). Sum of RGB (Red+Green+Blue) = 21+44+17=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #152C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C11 is #EAD3EE. Grayscale: #222222. Windows color (decimal): -15389679 or 1125397. OLE color: 1125397.
HSL color Cylindrical-coordinate representation of color #152C11: hue angle of 111.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #152C11 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 17 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.83 |
| HSL | 111.11º | 0.44% | 0.12% | - |
| HSV(B) | 111.11º | 0.61% | 0.17% | - |
| XYZ | 1.31 | 2 | 0.85 | - |
| YUV | 34.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 17 | 0.52 | 0 | 0.61 | 0.83 | 111.11 | 0.44 | 0.12 |
| Hex | 15 | 2C | 11 | 34 | 0 | 3D | 53 | 6F | 2C | C |
| Octal | 25 | 54 | 21 | 64 | 0 | 75 | 123 | 157 | 54 | 14 |
| Binary | 10101 | 101100 | 10001 | 110100 | 0 | 111101 | 1010011 | 1101111 | 101100 | 1100 |
Color Harmonies of #152C11
Complementary color
Monochromatic Colors of #152C11
Black with #152C11
Text Example
Text Example
White with #152C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C11; }
p { color: rgb(21,44,17); }
H1.HeaderClassName
{
color: #152C11;
}
.AnyTagClassName
{
color: #152C11;
}
</style>
background-color css
<style>
a { background-color: #152C11; }
a { background-color: rgb(21,44,17); }
div.DivClassName
{
background-color: #152C11;
}
.BgClassName
{
background-color: #152C11;
}
</style>
border-color css
<style>
span { border-color: #152C11; }
span { border-color: rgb(21,44,17); }
td.TdClassName
{
border-color: #152C11;
}
.TagClassName
{
border-color: #152C11;
}
</style>