Shades of Myrtle #193D1B
Tints of Myrtle #193D1B
RGB
CMYK
RGB Variations
Color information
#193D1B (or 0x193D1B) is known color: Myrtle. HEX triplet: 19, 3D and 1B. RGB value is (25,61,27). Sum of RGB (Red+Green+Blue) = 25+61+27=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #193D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D1B is #E6C2E4. Grayscale: #2E2E2E. Windows color (decimal): -15123173 or 1785113. OLE color: 1785113.
HSL color Cylindrical-coordinate representation of color #193D1B: hue angle of 123.33º 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 #193D1B is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 27 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.76 |
| HSL | 123.33º | 0.42% | 0.17% | - |
| HSV(B) | 123.33º | 0.59% | 0.24% | - |
| XYZ | 2.27 | 3.62 | 1.62 | - |
| YUV | 46.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 27 | 0.59 | 0 | 0.56 | 0.76 | 123.33 | 0.42 | 0.17 |
| Hex | 19 | 3D | 1B | 3B | 0 | 38 | 4C | 7B | 2A | 11 |
| Octal | 31 | 75 | 33 | 73 | 0 | 70 | 114 | 173 | 52 | 21 |
| Binary | 11001 | 111101 | 11011 | 111011 | 0 | 111000 | 1001100 | 1111011 | 101010 | 10001 |
Color Harmonies of #193D1B
Complementary color
Monochromatic Colors of #193D1B
Black with #193D1B
Text Example
Text Example
White with #193D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D1B; }
p { color: rgb(25,61,27); }
H1.HeaderClassName
{
color: #193D1B;
}
.AnyTagClassName
{
color: #193D1B;
}
</style>
background-color css
<style>
a { background-color: #193D1B; }
a { background-color: rgb(25,61,27); }
div.DivClassName
{
background-color: #193D1B;
}
.BgClassName
{
background-color: #193D1B;
}
</style>
border-color css
<style>
span { border-color: #193D1B; }
span { border-color: rgb(25,61,27); }
td.TdClassName
{
border-color: #193D1B;
}
.TagClassName
{
border-color: #193D1B;
}
</style>