Shades of Myrtle #19481A
Tints of Myrtle #19481A
RGB
CMYK
RGB Variations
Color information
#19481A (or 0x19481A) is known color: Myrtle. HEX triplet: 19, 48 and 1A. RGB value is (25,72,26). Sum of RGB (Red+Green+Blue) = 25+72+26=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #19481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19481A is #E6B7E5. Grayscale: #343434. Windows color (decimal): -15120358 or 1722393. OLE color: 1722393.
HSL color Cylindrical-coordinate representation of color #19481A: hue angle of 121.28º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19481A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 26 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.72 |
| HSL | 121.28º | 0.48% | 0.19% | - |
| HSV(B) | 121.28º | 0.65% | 0.28% | - |
| XYZ | 2.9 | 4.92 | 1.77 | - |
| YUV | 52.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 26 | 0.65 | 0 | 0.64 | 0.72 | 121.28 | 0.48 | 0.19 |
| Hex | 19 | 48 | 1A | 41 | 0 | 40 | 48 | 79 | 30 | 13 |
| Octal | 31 | 110 | 32 | 101 | 0 | 100 | 110 | 171 | 60 | 23 |
| Binary | 11001 | 1001000 | 11010 | 1000001 | 0 | 1000000 | 1001000 | 1111001 | 110000 | 10011 |
Color Harmonies of #19481A
Complementary color
Monochromatic Colors of #19481A
Black with #19481A
Text Example
Text Example
White with #19481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19481A; }
p { color: rgb(25,72,26); }
H1.HeaderClassName
{
color: #19481A;
}
.AnyTagClassName
{
color: #19481A;
}
</style>
background-color css
<style>
a { background-color: #19481A; }
a { background-color: rgb(25,72,26); }
div.DivClassName
{
background-color: #19481A;
}
.BgClassName
{
background-color: #19481A;
}
</style>
border-color css
<style>
span { border-color: #19481A; }
span { border-color: rgb(25,72,26); }
td.TdClassName
{
border-color: #19481A;
}
.TagClassName
{
border-color: #19481A;
}
</style>