Shades of Myrtle #19320D
Tints of Myrtle #19320D
RGB
CMYK
RGB Variations
Color information
#19320D (or 0x19320D) is known color: Myrtle. HEX triplet: 19, 32 and 0D. RGB value is (25,50,13). Sum of RGB (Red+Green+Blue) = 25+50+13=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #19320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19320D is #E6CDF2. Grayscale: #262626. Windows color (decimal): -15126003 or 864793. OLE color: 864793.
HSL color Cylindrical-coordinate representation of color #19320D: hue angle of 100.54º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19320D is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 13 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.80 |
| HSL | 100.54º | 0.59% | 0.12% | - |
| HSV(B) | 100.54º | 0.74% | 0.2% | - |
| XYZ | 1.61 | 2.52 | 0.78 | - |
| YUV | 38.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 13 | 0.50 | 0 | 0.74 | 0.80 | 100.54 | 0.59 | 0.12 |
| Hex | 19 | 32 | D | 32 | 0 | 4A | 50 | 65 | 3B | C |
| Octal | 31 | 62 | 15 | 62 | 0 | 112 | 120 | 145 | 73 | 14 |
| Binary | 11001 | 110010 | 1101 | 110010 | 0 | 1001010 | 1010000 | 1100101 | 111011 | 1100 |
Color Harmonies of #19320D
Complementary color
Monochromatic Colors of #19320D
Black with #19320D
Text Example
Text Example
White with #19320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19320D; }
p { color: rgb(25,50,13); }
H1.HeaderClassName
{
color: #19320D;
}
.AnyTagClassName
{
color: #19320D;
}
</style>
background-color css
<style>
a { background-color: #19320D; }
a { background-color: rgb(25,50,13); }
div.DivClassName
{
background-color: #19320D;
}
.BgClassName
{
background-color: #19320D;
}
</style>
border-color css
<style>
span { border-color: #19320D; }
span { border-color: rgb(25,50,13); }
td.TdClassName
{
border-color: #19320D;
}
.TagClassName
{
border-color: #19320D;
}
</style>