Shades of Myrtle #15450B
Tints of Myrtle #15450B
RGB
CMYK
RGB Variations
Color information
#15450B (or 0x15450B) is known color: Myrtle. HEX triplet: 15, 45 and 0B. RGB value is (21,69,11). Sum of RGB (Red+Green+Blue) = 21+69+11=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #15450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15450B is #EABAF4. Grayscale: #303030. Windows color (decimal): -15383285 or 738581. OLE color: 738581.
HSL color Cylindrical-coordinate representation of color #15450B: hue angle of 109.66º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15450B is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 11 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.73 |
| HSL | 109.66º | 0.73% | 0.16% | - |
| HSV(B) | 109.66º | 0.84% | 0.27% | - |
| XYZ | 2.5 | 4.44 | 1.04 | - |
| YUV | 48.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 11 | 0.70 | 0 | 0.84 | 0.73 | 109.66 | 0.73 | 0.16 |
| Hex | 15 | 45 | B | 46 | 0 | 54 | 49 | 6E | 48 | 10 |
| Octal | 25 | 105 | 13 | 106 | 0 | 124 | 111 | 156 | 110 | 20 |
| Binary | 10101 | 1000101 | 1011 | 1000110 | 0 | 1010100 | 1001001 | 1101110 | 1001000 | 10000 |
Color Harmonies of #15450B
Complementary color
Monochromatic Colors of #15450B
Black with #15450B
Text Example
Text Example
White with #15450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15450B; }
p { color: rgb(21,69,11); }
H1.HeaderClassName
{
color: #15450B;
}
.AnyTagClassName
{
color: #15450B;
}
</style>
background-color css
<style>
a { background-color: #15450B; }
a { background-color: rgb(21,69,11); }
div.DivClassName
{
background-color: #15450B;
}
.BgClassName
{
background-color: #15450B;
}
</style>
border-color css
<style>
span { border-color: #15450B; }
span { border-color: rgb(21,69,11); }
td.TdClassName
{
border-color: #15450B;
}
.TagClassName
{
border-color: #15450B;
}
</style>