Shades of Myrtle #19461D
Tints of Myrtle #19461D
RGB
CMYK
RGB Variations
Color information
#19461D (or 0x19461D) is known color: Myrtle. HEX triplet: 19, 46 and 1D. RGB value is (25,70,29). Sum of RGB (Red+Green+Blue) = 25+70+29=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #19461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19461D is #E6B9E2. Grayscale: #333333. Windows color (decimal): -15120867 or 1918489. OLE color: 1918489.
HSL color Cylindrical-coordinate representation of color #19461D: hue angle of 125.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19461D is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 29 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.73 |
| HSL | 125.33º | 0.47% | 0.19% | - |
| HSV(B) | 125.33º | 0.64% | 0.27% | - |
| XYZ | 2.81 | 4.68 | 1.92 | - |
| YUV | 51.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 29 | 0.64 | 0 | 0.59 | 0.73 | 125.33 | 0.47 | 0.19 |
| Hex | 19 | 46 | 1D | 40 | 0 | 3B | 49 | 7D | 2F | 13 |
| Octal | 31 | 106 | 35 | 100 | 0 | 73 | 111 | 175 | 57 | 23 |
| Binary | 11001 | 1000110 | 11101 | 1000000 | 0 | 111011 | 1001001 | 1111101 | 101111 | 10011 |
Color Harmonies of #19461D
Complementary color
Monochromatic Colors of #19461D
Black with #19461D
Text Example
Text Example
White with #19461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19461D; }
p { color: rgb(25,70,29); }
H1.HeaderClassName
{
color: #19461D;
}
.AnyTagClassName
{
color: #19461D;
}
</style>
background-color css
<style>
a { background-color: #19461D; }
a { background-color: rgb(25,70,29); }
div.DivClassName
{
background-color: #19461D;
}
.BgClassName
{
background-color: #19461D;
}
</style>
border-color css
<style>
span { border-color: #19461D; }
span { border-color: rgb(25,70,29); }
td.TdClassName
{
border-color: #19461D;
}
.TagClassName
{
border-color: #19461D;
}
</style>