Shades of Myrtle #19550A
Tints of Myrtle #19550A
RGB
CMYK
RGB Variations
Color information
#19550A (or 0x19550A) is known color: Myrtle. HEX triplet: 19, 55 and 0A. RGB value is (25,85,10). Sum of RGB (Red+Green+Blue) = 25+85+10=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #19550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19550A is #E6AAF5. Grayscale: #3A3A3A. Windows color (decimal): -15117046 or 677145. OLE color: 677145.
HSL color Cylindrical-coordinate representation of color #19550A: hue angle of 108º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19550A is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 85 | 10 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.67 |
| HSL | 108º | 0.79% | 0.19% | - |
| HSV(B) | 108º | 0.88% | 0.33% | - |
| XYZ | 3.7 | 6.73 | 1.39 | - |
| YUV | 58.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 10 | 0.71 | 0 | 0.88 | 0.67 | 108 | 0.79 | 0.19 |
| Hex | 19 | 55 | A | 47 | 0 | 58 | 43 | 6C | 4F | 13 |
| Octal | 31 | 125 | 12 | 107 | 0 | 130 | 103 | 154 | 117 | 23 |
| Binary | 11001 | 1010101 | 1010 | 1000111 | 0 | 1011000 | 1000011 | 1101100 | 1001111 | 10011 |
Color Harmonies of #19550A
Complementary color
Monochromatic Colors of #19550A
Black with #19550A
Text Example
Text Example
White with #19550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19550A; }
p { color: rgb(25,85,10); }
H1.HeaderClassName
{
color: #19550A;
}
.AnyTagClassName
{
color: #19550A;
}
</style>
background-color css
<style>
a { background-color: #19550A; }
a { background-color: rgb(25,85,10); }
div.DivClassName
{
background-color: #19550A;
}
.BgClassName
{
background-color: #19550A;
}
</style>
border-color css
<style>
span { border-color: #19550A; }
span { border-color: rgb(25,85,10); }
td.TdClassName
{
border-color: #19550A;
}
.TagClassName
{
border-color: #19550A;
}
</style>