Shades of Myrtle #193A0A
Tints of Myrtle #193A0A
RGB
CMYK
RGB Variations
Color information
#193A0A (or 0x193A0A) is known color: Myrtle. HEX triplet: 19, 3A and 0A. RGB value is (25,58,10). Sum of RGB (Red+Green+Blue) = 25+58+10=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #193A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193A0A is #E6C5F5. Grayscale: #2A2A2A. Windows color (decimal): -15123958 or 670233. OLE color: 670233.
HSL color Cylindrical-coordinate representation of color #193A0A: hue angle of 101.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193A0A is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 10 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.77 |
| HSL | 101.25º | 0.71% | 0.13% | - |
| HSV(B) | 101.25º | 0.83% | 0.23% | - |
| XYZ | 1.97 | 3.25 | 0.81 | - |
| YUV | 42.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 10 | 0.57 | 0 | 0.83 | 0.77 | 101.25 | 0.71 | 0.13 |
| Hex | 19 | 3A | A | 39 | 0 | 53 | 4D | 65 | 47 | D |
| Octal | 31 | 72 | 12 | 71 | 0 | 123 | 115 | 145 | 107 | 15 |
| Binary | 11001 | 111010 | 1010 | 111001 | 0 | 1010011 | 1001101 | 1100101 | 1000111 | 1101 |
Color Harmonies of #193A0A
Complementary color
Monochromatic Colors of #193A0A
Black with #193A0A
Text Example
Text Example
White with #193A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A0A; }
p { color: rgb(25,58,10); }
H1.HeaderClassName
{
color: #193A0A;
}
.AnyTagClassName
{
color: #193A0A;
}
</style>
background-color css
<style>
a { background-color: #193A0A; }
a { background-color: rgb(25,58,10); }
div.DivClassName
{
background-color: #193A0A;
}
.BgClassName
{
background-color: #193A0A;
}
</style>
border-color css
<style>
span { border-color: #193A0A; }
span { border-color: rgb(25,58,10); }
td.TdClassName
{
border-color: #193A0A;
}
.TagClassName
{
border-color: #193A0A;
}
</style>