Shades of Myrtle #15460F
Tints of Myrtle #15460F
RGB
CMYK
RGB Variations
Color information
#15460F (or 0x15460F) is known color: Myrtle. HEX triplet: 15, 46 and 0F. RGB value is (21,70,15). Sum of RGB (Red+Green+Blue) = 21+70+15=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #15460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15460F is #EAB9F0. Grayscale: #313131. Windows color (decimal): -15383025 or 1000981. OLE color: 1000981.
HSL color Cylindrical-coordinate representation of color #15460F: hue angle of 113.45º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15460F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 15 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.73 |
| HSL | 113.45º | 0.65% | 0.17% | - |
| HSV(B) | 113.45º | 0.79% | 0.27% | - |
| XYZ | 2.59 | 4.57 | 1.2 | - |
| YUV | 49.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 15 | 0.70 | 0 | 0.79 | 0.73 | 113.45 | 0.65 | 0.17 |
| Hex | 15 | 46 | F | 46 | 0 | 4F | 49 | 71 | 41 | 11 |
| Octal | 25 | 106 | 17 | 106 | 0 | 117 | 111 | 161 | 101 | 21 |
| Binary | 10101 | 1000110 | 1111 | 1000110 | 0 | 1001111 | 1001001 | 1110001 | 1000001 | 10001 |
Color Harmonies of #15460F
Complementary color
Monochromatic Colors of #15460F
Black with #15460F
Text Example
Text Example
White with #15460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15460F; }
p { color: rgb(21,70,15); }
H1.HeaderClassName
{
color: #15460F;
}
.AnyTagClassName
{
color: #15460F;
}
</style>
background-color css
<style>
a { background-color: #15460F; }
a { background-color: rgb(21,70,15); }
div.DivClassName
{
background-color: #15460F;
}
.BgClassName
{
background-color: #15460F;
}
</style>
border-color css
<style>
span { border-color: #15460F; }
span { border-color: rgb(21,70,15); }
td.TdClassName
{
border-color: #15460F;
}
.TagClassName
{
border-color: #15460F;
}
</style>