Shades of Myrtle #15400C
Tints of Myrtle #15400C
RGB
CMYK
RGB Variations
Color information
#15400C (or 0x15400C) is known color: Myrtle. HEX triplet: 15, 40 and 0C. RGB value is (21,64,12). Sum of RGB (Red+Green+Blue) = 21+64+12=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #15400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15400C is #EABFF3. Grayscale: #2D2D2D. Windows color (decimal): -15384564 or 802837. OLE color: 802837.
HSL color Cylindrical-coordinate representation of color #15400C: hue angle of 109.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15400C is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 12 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.75 |
| HSL | 109.62º | 0.68% | 0.15% | - |
| HSV(B) | 109.62º | 0.81% | 0.25% | - |
| XYZ | 2.21 | 3.85 | 0.98 | - |
| YUV | 45.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 12 | 0.67 | 0 | 0.81 | 0.75 | 109.62 | 0.68 | 0.15 |
| Hex | 15 | 40 | C | 43 | 0 | 51 | 4B | 6E | 44 | F |
| Octal | 25 | 100 | 14 | 103 | 0 | 121 | 113 | 156 | 104 | 17 |
| Binary | 10101 | 1000000 | 1100 | 1000011 | 0 | 1010001 | 1001011 | 1101110 | 1000100 | 1111 |
Color Harmonies of #15400C
Complementary color
Monochromatic Colors of #15400C
Black with #15400C
Text Example
Text Example
White with #15400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15400C; }
p { color: rgb(21,64,12); }
H1.HeaderClassName
{
color: #15400C;
}
.AnyTagClassName
{
color: #15400C;
}
</style>
background-color css
<style>
a { background-color: #15400C; }
a { background-color: rgb(21,64,12); }
div.DivClassName
{
background-color: #15400C;
}
.BgClassName
{
background-color: #15400C;
}
</style>
border-color css
<style>
span { border-color: #15400C; }
span { border-color: rgb(21,64,12); }
td.TdClassName
{
border-color: #15400C;
}
.TagClassName
{
border-color: #15400C;
}
</style>