Shades of Myrtle #19451D
Tints of Myrtle #19451D
RGB
CMYK
RGB Variations
Color information
#19451D (or 0x19451D) is known color: Myrtle. HEX triplet: 19, 45 and 1D. RGB value is (25,69,29). Sum of RGB (Red+Green+Blue) = 25+69+29=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #19451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19451D is #E6BAE2. Grayscale: #333333. Windows color (decimal): -15121123 or 1918233. OLE color: 1918233.
HSL color Cylindrical-coordinate representation of color #19451D: hue angle of 125.45º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19451D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 29 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.73 |
| HSL | 125.45º | 0.47% | 0.18% | - |
| HSV(B) | 125.45º | 0.64% | 0.27% | - |
| XYZ | 2.75 | 4.55 | 1.9 | - |
| YUV | 51.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 29 | 0.64 | 0 | 0.58 | 0.73 | 125.45 | 0.47 | 0.18 |
| Hex | 19 | 45 | 1D | 40 | 0 | 3A | 49 | 7D | 2F | 12 |
| Octal | 31 | 105 | 35 | 100 | 0 | 72 | 111 | 175 | 57 | 22 |
| Binary | 11001 | 1000101 | 11101 | 1000000 | 0 | 111010 | 1001001 | 1111101 | 101111 | 10010 |
Color Harmonies of #19451D
Complementary color
Monochromatic Colors of #19451D
Black with #19451D
Text Example
Text Example
White with #19451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19451D; }
p { color: rgb(25,69,29); }
H1.HeaderClassName
{
color: #19451D;
}
.AnyTagClassName
{
color: #19451D;
}
</style>
background-color css
<style>
a { background-color: #19451D; }
a { background-color: rgb(25,69,29); }
div.DivClassName
{
background-color: #19451D;
}
.BgClassName
{
background-color: #19451D;
}
</style>
border-color css
<style>
span { border-color: #19451D; }
span { border-color: rgb(25,69,29); }
td.TdClassName
{
border-color: #19451D;
}
.TagClassName
{
border-color: #19451D;
}
</style>