Shades of Myrtle #19370E
Tints of Myrtle #19370E
RGB
CMYK
RGB Variations
Color information
#19370E (or 0x19370E) is known color: Myrtle. HEX triplet: 19, 37 and 0E. RGB value is (25,55,14). Sum of RGB (Red+Green+Blue) = 25+55+14=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #19370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19370E is #E6C8F1. Grayscale: #292929. Windows color (decimal): -15124722 or 931609. OLE color: 931609.
HSL color Cylindrical-coordinate representation of color #19370E: hue angle of 103.9º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19370E is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 14 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.78 |
| HSL | 103.9º | 0.59% | 0.14% | - |
| HSV(B) | 103.9º | 0.75% | 0.22% | - |
| XYZ | 1.85 | 2.97 | 0.89 | - |
| YUV | 41.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 14 | 0.55 | 0 | 0.75 | 0.78 | 103.9 | 0.59 | 0.14 |
| Hex | 19 | 37 | E | 37 | 0 | 4B | 4E | 68 | 3B | E |
| Octal | 31 | 67 | 16 | 67 | 0 | 113 | 116 | 150 | 73 | 16 |
| Binary | 11001 | 110111 | 1110 | 110111 | 0 | 1001011 | 1001110 | 1101000 | 111011 | 1110 |
Color Harmonies of #19370E
Complementary color
Monochromatic Colors of #19370E
Black with #19370E
Text Example
Text Example
White with #19370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19370E; }
p { color: rgb(25,55,14); }
H1.HeaderClassName
{
color: #19370E;
}
.AnyTagClassName
{
color: #19370E;
}
</style>
background-color css
<style>
a { background-color: #19370E; }
a { background-color: rgb(25,55,14); }
div.DivClassName
{
background-color: #19370E;
}
.BgClassName
{
background-color: #19370E;
}
</style>
border-color css
<style>
span { border-color: #19370E; }
span { border-color: rgb(25,55,14); }
td.TdClassName
{
border-color: #19370E;
}
.TagClassName
{
border-color: #19370E;
}
</style>