Shades of Myrtle #19550D
Tints of Myrtle #19550D
RGB
CMYK
RGB Variations
Color information
#19550D (or 0x19550D) is known color: Myrtle. HEX triplet: 19, 55 and 0D. RGB value is (25,85,13). Sum of RGB (Red+Green+Blue) = 25+85+13=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #19550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19550D is #E6AAF2. Grayscale: #3B3B3B. Windows color (decimal): -15117043 or 873753. OLE color: 873753.
HSL color Cylindrical-coordinate representation of color #19550D: hue angle of 110º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19550D is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 85 | 13 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.67 |
| HSL | 110º | 0.73% | 0.19% | - |
| HSV(B) | 110º | 0.85% | 0.33% | - |
| XYZ | 3.72 | 6.73 | 1.48 | - |
| YUV | 58.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 13 | 0.71 | 0 | 0.85 | 0.67 | 110 | 0.73 | 0.19 |
| Hex | 19 | 55 | D | 47 | 0 | 55 | 43 | 6E | 49 | 13 |
| Octal | 31 | 125 | 15 | 107 | 0 | 125 | 103 | 156 | 111 | 23 |
| Binary | 11001 | 1010101 | 1101 | 1000111 | 0 | 1010101 | 1000011 | 1101110 | 1001001 | 10011 |
Color Harmonies of #19550D
Complementary color
Monochromatic Colors of #19550D
Black with #19550D
Text Example
Text Example
White with #19550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19550D; }
p { color: rgb(25,85,13); }
H1.HeaderClassName
{
color: #19550D;
}
.AnyTagClassName
{
color: #19550D;
}
</style>
background-color css
<style>
a { background-color: #19550D; }
a { background-color: rgb(25,85,13); }
div.DivClassName
{
background-color: #19550D;
}
.BgClassName
{
background-color: #19550D;
}
</style>
border-color css
<style>
span { border-color: #19550D; }
span { border-color: rgb(25,85,13); }
td.TdClassName
{
border-color: #19550D;
}
.TagClassName
{
border-color: #19550D;
}
</style>