Shades of Myrtle #19400A
Tints of Myrtle #19400A
RGB
CMYK
RGB Variations
Color information
#19400A (or 0x19400A) is known color: Myrtle. HEX triplet: 19, 40 and 0A. RGB value is (25,64,10). Sum of RGB (Red+Green+Blue) = 25+64+10=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #19400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19400A is #E6BFF5. Grayscale: #2E2E2E. Windows color (decimal): -15122422 or 671769. OLE color: 671769.
HSL color Cylindrical-coordinate representation of color #19400A: hue angle of 103.33º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19400A is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 10 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.75 |
| HSL | 103.33º | 0.73% | 0.15% | - |
| HSV(B) | 103.33º | 0.84% | 0.25% | - |
| XYZ | 2.29 | 3.9 | 0.92 | - |
| YUV | 46.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 10 | 0.61 | 0 | 0.84 | 0.75 | 103.33 | 0.73 | 0.15 |
| Hex | 19 | 40 | A | 3D | 0 | 54 | 4B | 67 | 49 | F |
| Octal | 31 | 100 | 12 | 75 | 0 | 124 | 113 | 147 | 111 | 17 |
| Binary | 11001 | 1000000 | 1010 | 111101 | 0 | 1010100 | 1001011 | 1100111 | 1001001 | 1111 |
Color Harmonies of #19400A
Complementary color
Monochromatic Colors of #19400A
Black with #19400A
Text Example
Text Example
White with #19400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19400A; }
p { color: rgb(25,64,10); }
H1.HeaderClassName
{
color: #19400A;
}
.AnyTagClassName
{
color: #19400A;
}
</style>
background-color css
<style>
a { background-color: #19400A; }
a { background-color: rgb(25,64,10); }
div.DivClassName
{
background-color: #19400A;
}
.BgClassName
{
background-color: #19400A;
}
</style>
border-color css
<style>
span { border-color: #19400A; }
span { border-color: rgb(25,64,10); }
td.TdClassName
{
border-color: #19400A;
}
.TagClassName
{
border-color: #19400A;
}
</style>