Shades of Myrtle #15410A
Tints of Myrtle #15410A
RGB
CMYK
RGB Variations
Color information
#15410A (or 0x15410A) is known color: Myrtle. HEX triplet: 15, 41 and 0A. RGB value is (21,65,10). Sum of RGB (Red+Green+Blue) = 21+65+10=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #15410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15410A is #EABEF5. Grayscale: #2D2D2D. Windows color (decimal): -15384310 or 672021. OLE color: 672021.
HSL color Cylindrical-coordinate representation of color #15410A: hue angle of 108º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15410A is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 10 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.75 |
| HSL | 108º | 0.73% | 0.15% | - |
| HSV(B) | 108º | 0.85% | 0.25% | - |
| XYZ | 2.25 | 3.96 | 0.93 | - |
| YUV | 45.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 10 | 0.68 | 0 | 0.85 | 0.75 | 108 | 0.73 | 0.15 |
| Hex | 15 | 41 | A | 44 | 0 | 55 | 4B | 6C | 49 | F |
| Octal | 25 | 101 | 12 | 104 | 0 | 125 | 113 | 154 | 111 | 17 |
| Binary | 10101 | 1000001 | 1010 | 1000100 | 0 | 1010101 | 1001011 | 1101100 | 1001001 | 1111 |
Color Harmonies of #15410A
Complementary color
Monochromatic Colors of #15410A
Black with #15410A
Text Example
Text Example
White with #15410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15410A; }
p { color: rgb(21,65,10); }
H1.HeaderClassName
{
color: #15410A;
}
.AnyTagClassName
{
color: #15410A;
}
</style>
background-color css
<style>
a { background-color: #15410A; }
a { background-color: rgb(21,65,10); }
div.DivClassName
{
background-color: #15410A;
}
.BgClassName
{
background-color: #15410A;
}
</style>
border-color css
<style>
span { border-color: #15410A; }
span { border-color: rgb(21,65,10); }
td.TdClassName
{
border-color: #15410A;
}
.TagClassName
{
border-color: #15410A;
}
</style>