Shades of Myrtle #19370D
Tints of Myrtle #19370D
RGB
CMYK
RGB Variations
Color information
#19370D (or 0x19370D) is known color: Myrtle. HEX triplet: 19, 37 and 0D. RGB value is (25,55,13). Sum of RGB (Red+Green+Blue) = 25+55+13=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #19370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19370D is #E6C8F2. Grayscale: #292929. Windows color (decimal): -15124723 or 866073. OLE color: 866073.
HSL color Cylindrical-coordinate representation of color #19370D: hue angle of 102.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19370D is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 13 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.78 |
| HSL | 102.86º | 0.62% | 0.13% | - |
| HSV(B) | 102.86º | 0.76% | 0.22% | - |
| XYZ | 1.84 | 2.97 | 0.86 | - |
| YUV | 41.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 13 | 0.55 | 0 | 0.76 | 0.78 | 102.86 | 0.62 | 0.13 |
| Hex | 19 | 37 | D | 37 | 0 | 4C | 4E | 67 | 3E | D |
| Octal | 31 | 67 | 15 | 67 | 0 | 114 | 116 | 147 | 76 | 15 |
| Binary | 11001 | 110111 | 1101 | 110111 | 0 | 1001100 | 1001110 | 1100111 | 111110 | 1101 |
Color Harmonies of #19370D
Complementary color
Monochromatic Colors of #19370D
Black with #19370D
Text Example
Text Example
White with #19370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19370D; }
p { color: rgb(25,55,13); }
H1.HeaderClassName
{
color: #19370D;
}
.AnyTagClassName
{
color: #19370D;
}
</style>
background-color css
<style>
a { background-color: #19370D; }
a { background-color: rgb(25,55,13); }
div.DivClassName
{
background-color: #19370D;
}
.BgClassName
{
background-color: #19370D;
}
</style>
border-color css
<style>
span { border-color: #19370D; }
span { border-color: rgb(25,55,13); }
td.TdClassName
{
border-color: #19370D;
}
.TagClassName
{
border-color: #19370D;
}
</style>