Shades of Myrtle #19421B
Tints of Myrtle #19421B
RGB
CMYK
RGB Variations
Color information
#19421B (or 0x19421B) is known color: Myrtle. HEX triplet: 19, 42 and 1B. RGB value is (25,66,27). Sum of RGB (Red+Green+Blue) = 25+66+27=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #19421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19421B is #E6BDE4. Grayscale: #313131. Windows color (decimal): -15121893 or 1786393. OLE color: 1786393.
HSL color Cylindrical-coordinate representation of color #19421B: hue angle of 122.93º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19421B is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 27 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.74 |
| HSL | 122.93º | 0.45% | 0.18% | - |
| HSV(B) | 122.93º | 0.62% | 0.26% | - |
| XYZ | 2.55 | 4.18 | 1.71 | - |
| YUV | 49.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 27 | 0.62 | 0 | 0.59 | 0.74 | 122.93 | 0.45 | 0.18 |
| Hex | 19 | 42 | 1B | 3E | 0 | 3B | 4A | 7B | 2D | 12 |
| Octal | 31 | 102 | 33 | 76 | 0 | 73 | 112 | 173 | 55 | 22 |
| Binary | 11001 | 1000010 | 11011 | 111110 | 0 | 111011 | 1001010 | 1111011 | 101101 | 10010 |
Color Harmonies of #19421B
Complementary color
Monochromatic Colors of #19421B
Black with #19421B
Text Example
Text Example
White with #19421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19421B; }
p { color: rgb(25,66,27); }
H1.HeaderClassName
{
color: #19421B;
}
.AnyTagClassName
{
color: #19421B;
}
</style>
background-color css
<style>
a { background-color: #19421B; }
a { background-color: rgb(25,66,27); }
div.DivClassName
{
background-color: #19421B;
}
.BgClassName
{
background-color: #19421B;
}
</style>
border-color css
<style>
span { border-color: #19421B; }
span { border-color: rgb(25,66,27); }
td.TdClassName
{
border-color: #19421B;
}
.TagClassName
{
border-color: #19421B;
}
</style>