Shades of Myrtle #15481A
Tints of Myrtle #15481A
RGB
CMYK
RGB Variations
Color information
#15481A (or 0x15481A) is known color: Myrtle. HEX triplet: 15, 48 and 1A. RGB value is (21,72,26). Sum of RGB (Red+Green+Blue) = 21+72+26=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #15481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15481A is #EAB7E5. Grayscale: #333333. Windows color (decimal): -15382502 or 1722389. OLE color: 1722389.
HSL color Cylindrical-coordinate representation of color #15481A: hue angle of 125.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15481A is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 26 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.72 |
| HSL | 125.88º | 0.55% | 0.18% | - |
| HSV(B) | 125.88º | 0.71% | 0.28% | - |
| XYZ | 2.81 | 4.87 | 1.77 | - |
| YUV | 51.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 26 | 0.71 | 0 | 0.64 | 0.72 | 125.88 | 0.55 | 0.18 |
| Hex | 15 | 48 | 1A | 47 | 0 | 40 | 48 | 7E | 37 | 12 |
| Octal | 25 | 110 | 32 | 107 | 0 | 100 | 110 | 176 | 67 | 22 |
| Binary | 10101 | 1001000 | 11010 | 1000111 | 0 | 1000000 | 1001000 | 1111110 | 110111 | 10010 |
Color Harmonies of #15481A
Complementary color
Monochromatic Colors of #15481A
Black with #15481A
Text Example
Text Example
White with #15481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15481A; }
p { color: rgb(21,72,26); }
H1.HeaderClassName
{
color: #15481A;
}
.AnyTagClassName
{
color: #15481A;
}
</style>
background-color css
<style>
a { background-color: #15481A; }
a { background-color: rgb(21,72,26); }
div.DivClassName
{
background-color: #15481A;
}
.BgClassName
{
background-color: #15481A;
}
</style>
border-color css
<style>
span { border-color: #15481A; }
span { border-color: rgb(21,72,26); }
td.TdClassName
{
border-color: #15481A;
}
.TagClassName
{
border-color: #15481A;
}
</style>