Shades of Myrtle #19400D
Tints of Myrtle #19400D
RGB
CMYK
RGB Variations
Color information
#19400D (or 0x19400D) is known color: Myrtle. HEX triplet: 19, 40 and 0D. RGB value is (25,64,13). Sum of RGB (Red+Green+Blue) = 25+64+13=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #19400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19400D is #E6BFF2. Grayscale: #2E2E2E. Windows color (decimal): -15122419 or 868377. OLE color: 868377.
HSL color Cylindrical-coordinate representation of color #19400D: hue angle of 105.88º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19400D is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 13 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.75 |
| HSL | 105.88º | 0.66% | 0.15% | - |
| HSV(B) | 105.88º | 0.8% | 0.25% | - |
| XYZ | 2.31 | 3.9 | 1.01 | - |
| YUV | 46.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 13 | 0.61 | 0 | 0.80 | 0.75 | 105.88 | 0.66 | 0.15 |
| Hex | 19 | 40 | D | 3D | 0 | 50 | 4B | 6A | 42 | F |
| Octal | 31 | 100 | 15 | 75 | 0 | 120 | 113 | 152 | 102 | 17 |
| Binary | 11001 | 1000000 | 1101 | 111101 | 0 | 1010000 | 1001011 | 1101010 | 1000010 | 1111 |
Color Harmonies of #19400D
Complementary color
Monochromatic Colors of #19400D
Black with #19400D
Text Example
Text Example
White with #19400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19400D; }
p { color: rgb(25,64,13); }
H1.HeaderClassName
{
color: #19400D;
}
.AnyTagClassName
{
color: #19400D;
}
</style>
background-color css
<style>
a { background-color: #19400D; }
a { background-color: rgb(25,64,13); }
div.DivClassName
{
background-color: #19400D;
}
.BgClassName
{
background-color: #19400D;
}
</style>
border-color css
<style>
span { border-color: #19400D; }
span { border-color: rgb(25,64,13); }
td.TdClassName
{
border-color: #19400D;
}
.TagClassName
{
border-color: #19400D;
}
</style>