Shades of Myrtle #19491B
Tints of Myrtle #19491B
RGB
CMYK
RGB Variations
Color information
#19491B (or 0x19491B) is known color: Myrtle. HEX triplet: 19, 49 and 1B. RGB value is (25,73,27). Sum of RGB (Red+Green+Blue) = 25+73+27=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #19491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19491B is #E6B6E4. Grayscale: #353535. Windows color (decimal): -15120101 or 1788185. OLE color: 1788185.
HSL color Cylindrical-coordinate representation of color #19491B: hue angle of 122.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19491B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 27 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.71 |
| HSL | 122.5º | 0.49% | 0.19% | - |
| HSV(B) | 122.5º | 0.66% | 0.29% | - |
| XYZ | 2.98 | 5.05 | 1.85 | - |
| YUV | 53.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 27 | 0.66 | 0 | 0.63 | 0.71 | 122.5 | 0.49 | 0.19 |
| Hex | 19 | 49 | 1B | 42 | 0 | 3F | 47 | 7B | 31 | 13 |
| Octal | 31 | 111 | 33 | 102 | 0 | 77 | 107 | 173 | 61 | 23 |
| Binary | 11001 | 1001001 | 11011 | 1000010 | 0 | 111111 | 1000111 | 1111011 | 110001 | 10011 |
Color Harmonies of #19491B
Complementary color
Monochromatic Colors of #19491B
Black with #19491B
Text Example
Text Example
White with #19491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19491B; }
p { color: rgb(25,73,27); }
H1.HeaderClassName
{
color: #19491B;
}
.AnyTagClassName
{
color: #19491B;
}
</style>
background-color css
<style>
a { background-color: #19491B; }
a { background-color: rgb(25,73,27); }
div.DivClassName
{
background-color: #19491B;
}
.BgClassName
{
background-color: #19491B;
}
</style>
border-color css
<style>
span { border-color: #19491B; }
span { border-color: rgb(25,73,27); }
td.TdClassName
{
border-color: #19491B;
}
.TagClassName
{
border-color: #19491B;
}
</style>