Shades of Myrtle #193D13
Tints of Myrtle #193D13
RGB
CMYK
RGB Variations
Color information
#193D13 (or 0x193D13) is known color: Myrtle. HEX triplet: 19, 3D and 13. RGB value is (25,61,19). Sum of RGB (Red+Green+Blue) = 25+61+19=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #193D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D13 is #E6C2EC. Grayscale: #2D2D2D. Windows color (decimal): -15123181 or 1260825. OLE color: 1260825.
HSL color Cylindrical-coordinate representation of color #193D13: hue angle of 111.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193D13 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 19 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.76 |
| HSL | 111.43º | 0.53% | 0.16% | - |
| HSV(B) | 111.43º | 0.69% | 0.24% | - |
| XYZ | 2.19 | 3.59 | 1.19 | - |
| YUV | 45.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 19 | 0.59 | 0 | 0.69 | 0.76 | 111.43 | 0.53 | 0.16 |
| Hex | 19 | 3D | 13 | 3B | 0 | 45 | 4C | 6F | 34 | 10 |
| Octal | 31 | 75 | 23 | 73 | 0 | 105 | 114 | 157 | 64 | 20 |
| Binary | 11001 | 111101 | 10011 | 111011 | 0 | 1000101 | 1001100 | 1101111 | 110100 | 10000 |
Color Harmonies of #193D13
Complementary color
Monochromatic Colors of #193D13
Black with #193D13
Text Example
Text Example
White with #193D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D13; }
p { color: rgb(25,61,19); }
H1.HeaderClassName
{
color: #193D13;
}
.AnyTagClassName
{
color: #193D13;
}
</style>
background-color css
<style>
a { background-color: #193D13; }
a { background-color: rgb(25,61,19); }
div.DivClassName
{
background-color: #193D13;
}
.BgClassName
{
background-color: #193D13;
}
</style>
border-color css
<style>
span { border-color: #193D13; }
span { border-color: rgb(25,61,19); }
td.TdClassName
{
border-color: #193D13;
}
.TagClassName
{
border-color: #193D13;
}
</style>