Shades of Myrtle #19400B
Tints of Myrtle #19400B
RGB
CMYK
RGB Variations
Color information
#19400B (or 0x19400B) is known color: Myrtle. HEX triplet: 19, 40 and 0B. RGB value is (25,64,11). Sum of RGB (Red+Green+Blue) = 25+64+11=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #19400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19400B is #E6BFF4. Grayscale: #2E2E2E. Windows color (decimal): -15122421 or 737305. OLE color: 737305.
HSL color Cylindrical-coordinate representation of color #19400B: hue angle of 104.15º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19400B is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 11 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.75 |
| HSL | 104.15º | 0.71% | 0.15% | - |
| HSV(B) | 104.15º | 0.83% | 0.25% | - |
| XYZ | 2.29 | 3.9 | 0.95 | - |
| YUV | 46.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 11 | 0.61 | 0 | 0.83 | 0.75 | 104.15 | 0.71 | 0.15 |
| Hex | 19 | 40 | B | 3D | 0 | 53 | 4B | 68 | 47 | F |
| Octal | 31 | 100 | 13 | 75 | 0 | 123 | 113 | 150 | 107 | 17 |
| Binary | 11001 | 1000000 | 1011 | 111101 | 0 | 1010011 | 1001011 | 1101000 | 1000111 | 1111 |
Color Harmonies of #19400B
Complementary color
Monochromatic Colors of #19400B
Black with #19400B
Text Example
Text Example
White with #19400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19400B; }
p { color: rgb(25,64,11); }
H1.HeaderClassName
{
color: #19400B;
}
.AnyTagClassName
{
color: #19400B;
}
</style>
background-color css
<style>
a { background-color: #19400B; }
a { background-color: rgb(25,64,11); }
div.DivClassName
{
background-color: #19400B;
}
.BgClassName
{
background-color: #19400B;
}
</style>
border-color css
<style>
span { border-color: #19400B; }
span { border-color: rgb(25,64,11); }
td.TdClassName
{
border-color: #19400B;
}
.TagClassName
{
border-color: #19400B;
}
</style>