Shades of Myrtle #19441A
Tints of Myrtle #19441A
RGB
CMYK
RGB Variations
Color information
#19441A (or 0x19441A) is known color: Myrtle. HEX triplet: 19, 44 and 1A. RGB value is (25,68,26). Sum of RGB (Red+Green+Blue) = 25+68+26=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #19441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19441A is #E6BBE5. Grayscale: #323232. Windows color (decimal): -15121382 or 1721369. OLE color: 1721369.
HSL color Cylindrical-coordinate representation of color #19441A: hue angle of 121.4º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19441A is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 68 | 26 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.73 |
| HSL | 121.4º | 0.46% | 0.18% | - |
| HSV(B) | 121.4º | 0.63% | 0.27% | - |
| XYZ | 2.65 | 4.42 | 1.69 | - |
| YUV | 50.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 26 | 0.63 | 0 | 0.62 | 0.73 | 121.4 | 0.46 | 0.18 |
| Hex | 19 | 44 | 1A | 3F | 0 | 3E | 49 | 79 | 2E | 12 |
| Octal | 31 | 104 | 32 | 77 | 0 | 76 | 111 | 171 | 56 | 22 |
| Binary | 11001 | 1000100 | 11010 | 111111 | 0 | 111110 | 1001001 | 1111001 | 101110 | 10010 |
Color Harmonies of #19441A
Complementary color
Monochromatic Colors of #19441A
Black with #19441A
Text Example
Text Example
White with #19441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19441A; }
p { color: rgb(25,68,26); }
H1.HeaderClassName
{
color: #19441A;
}
.AnyTagClassName
{
color: #19441A;
}
</style>
background-color css
<style>
a { background-color: #19441A; }
a { background-color: rgb(25,68,26); }
div.DivClassName
{
background-color: #19441A;
}
.BgClassName
{
background-color: #19441A;
}
</style>
border-color css
<style>
span { border-color: #19441A; }
span { border-color: rgb(25,68,26); }
td.TdClassName
{
border-color: #19441A;
}
.TagClassName
{
border-color: #19441A;
}
</style>