Shades of Myrtle #193A1B
Tints of Myrtle #193A1B
RGB
CMYK
RGB Variations
Color information
#193A1B (or 0x193A1B) is known color: Myrtle. HEX triplet: 19, 3A and 1B. RGB value is (25,58,27). Sum of RGB (Red+Green+Blue) = 25+58+27=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #193A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A1B is #E6C5E4. Grayscale: #2C2C2C. Windows color (decimal): -15123941 or 1784345. OLE color: 1784345.
HSL color Cylindrical-coordinate representation of color #193A1B: hue angle of 123.64º 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 #193A1B is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 27 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.77 |
| HSL | 123.64º | 0.4% | 0.16% | - |
| HSV(B) | 123.64º | 0.57% | 0.23% | - |
| XYZ | 2.11 | 3.31 | 1.56 | - |
| YUV | 44.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 27 | 0.57 | 0 | 0.53 | 0.77 | 123.64 | 0.4 | 0.16 |
| Hex | 19 | 3A | 1B | 39 | 0 | 35 | 4D | 7C | 28 | 10 |
| Octal | 31 | 72 | 33 | 71 | 0 | 65 | 115 | 174 | 50 | 20 |
| Binary | 11001 | 111010 | 11011 | 111001 | 0 | 110101 | 1001101 | 1111100 | 101000 | 10000 |
Color Harmonies of #193A1B
Complementary color
Monochromatic Colors of #193A1B
Black with #193A1B
Text Example
Text Example
White with #193A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A1B; }
p { color: rgb(25,58,27); }
H1.HeaderClassName
{
color: #193A1B;
}
.AnyTagClassName
{
color: #193A1B;
}
</style>
background-color css
<style>
a { background-color: #193A1B; }
a { background-color: rgb(25,58,27); }
div.DivClassName
{
background-color: #193A1B;
}
.BgClassName
{
background-color: #193A1B;
}
</style>
border-color css
<style>
span { border-color: #193A1B; }
span { border-color: rgb(25,58,27); }
td.TdClassName
{
border-color: #193A1B;
}
.TagClassName
{
border-color: #193A1B;
}
</style>