Shades of Myrtle #19401B
Tints of Myrtle #19401B
RGB
CMYK
RGB Variations
Color information
#19401B (or 0x19401B) is known color: Myrtle. HEX triplet: 19, 40 and 1B. RGB value is (25,64,27). Sum of RGB (Red+Green+Blue) = 25+64+27=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #19401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19401B is #E6BFE4. Grayscale: #303030. Windows color (decimal): -15122405 or 1785881. OLE color: 1785881.
HSL color Cylindrical-coordinate representation of color #19401B: hue angle of 123.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19401B is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 27 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.75 |
| HSL | 123.08º | 0.44% | 0.17% | - |
| HSV(B) | 123.08º | 0.61% | 0.25% | - |
| XYZ | 2.43 | 3.95 | 1.67 | - |
| YUV | 48.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 27 | 0.61 | 0 | 0.58 | 0.75 | 123.08 | 0.44 | 0.17 |
| Hex | 19 | 40 | 1B | 3D | 0 | 3A | 4B | 7B | 2C | 11 |
| Octal | 31 | 100 | 33 | 75 | 0 | 72 | 113 | 173 | 54 | 21 |
| Binary | 11001 | 1000000 | 11011 | 111101 | 0 | 111010 | 1001011 | 1111011 | 101100 | 10001 |
Color Harmonies of #19401B
Complementary color
Monochromatic Colors of #19401B
Black with #19401B
Text Example
Text Example
White with #19401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19401B; }
p { color: rgb(25,64,27); }
H1.HeaderClassName
{
color: #19401B;
}
.AnyTagClassName
{
color: #19401B;
}
</style>
background-color css
<style>
a { background-color: #19401B; }
a { background-color: rgb(25,64,27); }
div.DivClassName
{
background-color: #19401B;
}
.BgClassName
{
background-color: #19401B;
}
</style>
border-color css
<style>
span { border-color: #19401B; }
span { border-color: rgb(25,64,27); }
td.TdClassName
{
border-color: #19401B;
}
.TagClassName
{
border-color: #19401B;
}
</style>