Shades of Myrtle #19520D
Tints of Myrtle #19520D
RGB
CMYK
RGB Variations
Color information
#19520D (or 0x19520D) is known color: Myrtle. HEX triplet: 19, 52 and 0D. RGB value is (25,82,13). Sum of RGB (Red+Green+Blue) = 25+82+13=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #19520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19520D is #E6ADF2. Grayscale: #393939. Windows color (decimal): -15117811 or 872985. OLE color: 872985.
HSL color Cylindrical-coordinate representation of color #19520D: hue angle of 109.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19520D is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 13 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.68 |
| HSL | 109.57º | 0.73% | 0.19% | - |
| HSV(B) | 109.57º | 0.84% | 0.32% | - |
| XYZ | 3.49 | 6.27 | 1.41 | - |
| YUV | 57.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 13 | 0.70 | 0 | 0.84 | 0.68 | 109.57 | 0.73 | 0.19 |
| Hex | 19 | 52 | D | 46 | 0 | 54 | 44 | 6E | 49 | 13 |
| Octal | 31 | 122 | 15 | 106 | 0 | 124 | 104 | 156 | 111 | 23 |
| Binary | 11001 | 1010010 | 1101 | 1000110 | 0 | 1010100 | 1000100 | 1101110 | 1001001 | 10011 |
Color Harmonies of #19520D
Complementary color
Monochromatic Colors of #19520D
Black with #19520D
Text Example
Text Example
White with #19520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19520D; }
p { color: rgb(25,82,13); }
H1.HeaderClassName
{
color: #19520D;
}
.AnyTagClassName
{
color: #19520D;
}
</style>
background-color css
<style>
a { background-color: #19520D; }
a { background-color: rgb(25,82,13); }
div.DivClassName
{
background-color: #19520D;
}
.BgClassName
{
background-color: #19520D;
}
</style>
border-color css
<style>
span { border-color: #19520D; }
span { border-color: rgb(25,82,13); }
td.TdClassName
{
border-color: #19520D;
}
.TagClassName
{
border-color: #19520D;
}
</style>