Shades of Myrtle #15400E
Tints of Myrtle #15400E
RGB
CMYK
RGB Variations
Color information
#15400E (or 0x15400E) is known color: Myrtle. HEX triplet: 15, 40 and 0E. RGB value is (21,64,14). Sum of RGB (Red+Green+Blue) = 21+64+14=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #15400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15400E is #EABFF1. Grayscale: #2D2D2D. Windows color (decimal): -15384562 or 933909. OLE color: 933909.
HSL color Cylindrical-coordinate representation of color #15400E: hue angle of 111.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15400E is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 14 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.75 |
| HSL | 111.6º | 0.64% | 0.15% | - |
| HSV(B) | 111.6º | 0.78% | 0.25% | - |
| XYZ | 2.22 | 3.86 | 1.04 | - |
| YUV | 45.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 14 | 0.67 | 0 | 0.78 | 0.75 | 111.6 | 0.64 | 0.15 |
| Hex | 15 | 40 | E | 43 | 0 | 4E | 4B | 70 | 40 | F |
| Octal | 25 | 100 | 16 | 103 | 0 | 116 | 113 | 160 | 100 | 17 |
| Binary | 10101 | 1000000 | 1110 | 1000011 | 0 | 1001110 | 1001011 | 1110000 | 1000000 | 1111 |
Color Harmonies of #15400E
Complementary color
Monochromatic Colors of #15400E
Black with #15400E
Text Example
Text Example
White with #15400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15400E; }
p { color: rgb(21,64,14); }
H1.HeaderClassName
{
color: #15400E;
}
.AnyTagClassName
{
color: #15400E;
}
</style>
background-color css
<style>
a { background-color: #15400E; }
a { background-color: rgb(21,64,14); }
div.DivClassName
{
background-color: #15400E;
}
.BgClassName
{
background-color: #15400E;
}
</style>
border-color css
<style>
span { border-color: #15400E; }
span { border-color: rgb(21,64,14); }
td.TdClassName
{
border-color: #15400E;
}
.TagClassName
{
border-color: #15400E;
}
</style>