Shades of Myrtle #193A0D
Tints of Myrtle #193A0D
RGB
CMYK
RGB Variations
Color information
#193A0D (or 0x193A0D) is known color: Myrtle. HEX triplet: 19, 3A and 0D. RGB value is (25,58,13). Sum of RGB (Red+Green+Blue) = 25+58+13=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #193A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193A0D is #E6C5F2. Grayscale: #2B2B2B. Windows color (decimal): -15123955 or 866841. OLE color: 866841.
HSL color Cylindrical-coordinate representation of color #193A0D: hue angle of 104º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193A0D is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 13 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.77 |
| HSL | 104º | 0.63% | 0.14% | - |
| HSV(B) | 104º | 0.78% | 0.23% | - |
| XYZ | 1.99 | 3.26 | 0.91 | - |
| YUV | 43 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 13 | 0.57 | 0 | 0.78 | 0.77 | 104 | 0.63 | 0.14 |
| Hex | 19 | 3A | D | 39 | 0 | 4E | 4D | 68 | 3F | E |
| Octal | 31 | 72 | 15 | 71 | 0 | 116 | 115 | 150 | 77 | 16 |
| Binary | 11001 | 111010 | 1101 | 111001 | 0 | 1001110 | 1001101 | 1101000 | 111111 | 1110 |
Color Harmonies of #193A0D
Complementary color
Monochromatic Colors of #193A0D
Black with #193A0D
Text Example
Text Example
White with #193A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A0D; }
p { color: rgb(25,58,13); }
H1.HeaderClassName
{
color: #193A0D;
}
.AnyTagClassName
{
color: #193A0D;
}
</style>
background-color css
<style>
a { background-color: #193A0D; }
a { background-color: rgb(25,58,13); }
div.DivClassName
{
background-color: #193A0D;
}
.BgClassName
{
background-color: #193A0D;
}
</style>
border-color css
<style>
span { border-color: #193A0D; }
span { border-color: rgb(25,58,13); }
td.TdClassName
{
border-color: #193A0D;
}
.TagClassName
{
border-color: #193A0D;
}
</style>