Shades of Myrtle #19490B
Tints of Myrtle #19490B
RGB
CMYK
RGB Variations
Color information
#19490B (or 0x19490B) is known color: Myrtle. HEX triplet: 19, 49 and 0B. RGB value is (25,73,11). Sum of RGB (Red+Green+Blue) = 25+73+11=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #19490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19490B is #E6B6F4. Grayscale: #333333. Windows color (decimal): -15120117 or 739609. OLE color: 739609.
HSL color Cylindrical-coordinate representation of color #19490B: hue angle of 106.45º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19490B is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 11 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.71 |
| HSL | 106.45º | 0.74% | 0.16% | - |
| HSV(B) | 106.45º | 0.85% | 0.29% | - |
| XYZ | 2.84 | 5 | 1.13 | - |
| YUV | 51.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 11 | 0.66 | 0 | 0.85 | 0.71 | 106.45 | 0.74 | 0.16 |
| Hex | 19 | 49 | B | 42 | 0 | 55 | 47 | 6A | 4A | 10 |
| Octal | 31 | 111 | 13 | 102 | 0 | 125 | 107 | 152 | 112 | 20 |
| Binary | 11001 | 1001001 | 1011 | 1000010 | 0 | 1010101 | 1000111 | 1101010 | 1001010 | 10000 |
Color Harmonies of #19490B
Complementary color
Monochromatic Colors of #19490B
Black with #19490B
Text Example
Text Example
White with #19490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19490B; }
p { color: rgb(25,73,11); }
H1.HeaderClassName
{
color: #19490B;
}
.AnyTagClassName
{
color: #19490B;
}
</style>
background-color css
<style>
a { background-color: #19490B; }
a { background-color: rgb(25,73,11); }
div.DivClassName
{
background-color: #19490B;
}
.BgClassName
{
background-color: #19490B;
}
</style>
border-color css
<style>
span { border-color: #19490B; }
span { border-color: rgb(25,73,11); }
td.TdClassName
{
border-color: #19490B;
}
.TagClassName
{
border-color: #19490B;
}
</style>