Shades of Myrtle #15400D
Tints of Myrtle #15400D
RGB
CMYK
RGB Variations
Color information
#15400D (or 0x15400D) is known color: Myrtle. HEX triplet: 15, 40 and 0D. RGB value is (21,64,13). Sum of RGB (Red+Green+Blue) = 21+64+13=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #15400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15400D is #EABFF2. Grayscale: #2D2D2D. Windows color (decimal): -15384563 or 868373. OLE color: 868373.
HSL color Cylindrical-coordinate representation of color #15400D: hue angle of 110.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15400D is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 13 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.75 |
| HSL | 110.59º | 0.66% | 0.15% | - |
| HSV(B) | 110.59º | 0.8% | 0.25% | - |
| XYZ | 2.22 | 3.86 | 1.01 | - |
| YUV | 45.33 | 109.75 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 13 | 0.67 | 0 | 0.80 | 0.75 | 110.59 | 0.66 | 0.15 |
| Hex | 15 | 40 | D | 43 | 0 | 50 | 4B | 6F | 42 | F |
| Octal | 25 | 100 | 15 | 103 | 0 | 120 | 113 | 157 | 102 | 17 |
| Binary | 10101 | 1000000 | 1101 | 1000011 | 0 | 1010000 | 1001011 | 1101111 | 1000010 | 1111 |
Color Harmonies of #15400D
Complementary color
Monochromatic Colors of #15400D
Black with #15400D
Text Example
Text Example
White with #15400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15400D; }
p { color: rgb(21,64,13); }
H1.HeaderClassName
{
color: #15400D;
}
.AnyTagClassName
{
color: #15400D;
}
</style>
background-color css
<style>
a { background-color: #15400D; }
a { background-color: rgb(21,64,13); }
div.DivClassName
{
background-color: #15400D;
}
.BgClassName
{
background-color: #15400D;
}
</style>
border-color css
<style>
span { border-color: #15400D; }
span { border-color: rgb(21,64,13); }
td.TdClassName
{
border-color: #15400D;
}
.TagClassName
{
border-color: #15400D;
}
</style>