Shades of Myrtle #19401E
Tints of Myrtle #19401E
RGB
CMYK
RGB Variations
Color information
#19401E (or 0x19401E) is known color: Myrtle. HEX triplet: 19, 40 and 1E. RGB value is (25,64,30). Sum of RGB (Red+Green+Blue) = 25+64+30=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #19401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19401E is #E6BFE1. Grayscale: #303030. Windows color (decimal): -15122402 or 1982489. OLE color: 1982489.
HSL color Cylindrical-coordinate representation of color #19401E: hue angle of 127.69º 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 #19401E is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 30 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.75 |
| HSL | 127.69º | 0.44% | 0.17% | - |
| HSV(B) | 127.69º | 0.61% | 0.25% | - |
| XYZ | 2.47 | 3.97 | 1.86 | - |
| YUV | 48.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 30 | 0.61 | 0 | 0.53 | 0.75 | 127.69 | 0.44 | 0.17 |
| Hex | 19 | 40 | 1E | 3D | 0 | 35 | 4B | 80 | 2C | 11 |
| Octal | 31 | 100 | 36 | 75 | 0 | 65 | 113 | 200 | 54 | 21 |
| Binary | 11001 | 1000000 | 11110 | 111101 | 0 | 110101 | 1001011 | 10000000 | 101100 | 10001 |
Color Harmonies of #19401E
Complementary color
Monochromatic Colors of #19401E
Black with #19401E
Text Example
Text Example
White with #19401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19401E; }
p { color: rgb(25,64,30); }
H1.HeaderClassName
{
color: #19401E;
}
.AnyTagClassName
{
color: #19401E;
}
</style>
background-color css
<style>
a { background-color: #19401E; }
a { background-color: rgb(25,64,30); }
div.DivClassName
{
background-color: #19401E;
}
.BgClassName
{
background-color: #19401E;
}
</style>
border-color css
<style>
span { border-color: #19401E; }
span { border-color: rgb(25,64,30); }
td.TdClassName
{
border-color: #19401E;
}
.TagClassName
{
border-color: #19401E;
}
</style>