Shades of Myrtle #193D1A
Tints of Myrtle #193D1A
RGB
CMYK
RGB Variations
Color information
#193D1A (or 0x193D1A) is known color: Myrtle. HEX triplet: 19, 3D and 1A. RGB value is (25,61,26). Sum of RGB (Red+Green+Blue) = 25+61+26=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #193D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D1A is #E6C2E5. Grayscale: #2E2E2E. Windows color (decimal): -15123174 or 1719577. OLE color: 1719577.
HSL color Cylindrical-coordinate representation of color #193D1A: hue angle of 121.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D1A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 26 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.76 |
| HSL | 121.67º | 0.42% | 0.17% | - |
| HSV(B) | 121.67º | 0.59% | 0.24% | - |
| XYZ | 2.26 | 3.62 | 1.56 | - |
| YUV | 46.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 26 | 0.59 | 0 | 0.57 | 0.76 | 121.67 | 0.42 | 0.17 |
| Hex | 19 | 3D | 1A | 3B | 0 | 39 | 4C | 7A | 2A | 11 |
| Octal | 31 | 75 | 32 | 73 | 0 | 71 | 114 | 172 | 52 | 21 |
| Binary | 11001 | 111101 | 11010 | 111011 | 0 | 111001 | 1001100 | 1111010 | 101010 | 10001 |
Color Harmonies of #193D1A
Complementary color
Monochromatic Colors of #193D1A
Black with #193D1A
Text Example
Text Example
White with #193D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D1A; }
p { color: rgb(25,61,26); }
H1.HeaderClassName
{
color: #193D1A;
}
.AnyTagClassName
{
color: #193D1A;
}
</style>
background-color css
<style>
a { background-color: #193D1A; }
a { background-color: rgb(25,61,26); }
div.DivClassName
{
background-color: #193D1A;
}
.BgClassName
{
background-color: #193D1A;
}
</style>
border-color css
<style>
span { border-color: #193D1A; }
span { border-color: rgb(25,61,26); }
td.TdClassName
{
border-color: #193D1A;
}
.TagClassName
{
border-color: #193D1A;
}
</style>