Shades of Myrtle #193A1D
Tints of Myrtle #193A1D
RGB
CMYK
RGB Variations
Color information
#193A1D (or 0x193A1D) is known color: Myrtle. HEX triplet: 19, 3A and 1D. RGB value is (25,58,29). Sum of RGB (Red+Green+Blue) = 25+58+29=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #193A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A1D is #E6C5E2. Grayscale: #2C2C2C. Windows color (decimal): -15123939 or 1915417. OLE color: 1915417.
HSL color Cylindrical-coordinate representation of color #193A1D: hue angle of 127.27º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A1D is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 29 | - |
| CMYK | 0.57 | 0 | 0.5 | 0.77 |
| HSL | 127.27º | 0.4% | 0.16% | - |
| HSV(B) | 127.27º | 0.57% | 0.23% | - |
| XYZ | 2.14 | 3.32 | 1.69 | - |
| YUV | 44.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 29 | 0.57 | 0 | 0.5 | 0.77 | 127.27 | 0.4 | 0.16 |
| Hex | 19 | 3A | 1D | 39 | 0 | 32 | 4D | 7F | 28 | 10 |
| Octal | 31 | 72 | 35 | 71 | 0 | 62 | 115 | 177 | 50 | 20 |
| Binary | 11001 | 111010 | 11101 | 111001 | 0 | 110010 | 1001101 | 1111111 | 101000 | 10000 |
Color Harmonies of #193A1D
Complementary color
Monochromatic Colors of #193A1D
Black with #193A1D
Text Example
Text Example
White with #193A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A1D; }
p { color: rgb(25,58,29); }
H1.HeaderClassName
{
color: #193A1D;
}
.AnyTagClassName
{
color: #193A1D;
}
</style>
background-color css
<style>
a { background-color: #193A1D; }
a { background-color: rgb(25,58,29); }
div.DivClassName
{
background-color: #193A1D;
}
.BgClassName
{
background-color: #193A1D;
}
</style>
border-color css
<style>
span { border-color: #193A1D; }
span { border-color: rgb(25,58,29); }
td.TdClassName
{
border-color: #193A1D;
}
.TagClassName
{
border-color: #193A1D;
}
</style>