Shades of Myrtle #193D16
Tints of Myrtle #193D16
RGB
CMYK
RGB Variations
Color information
#193D16 (or 0x193D16) is known color: Myrtle. HEX triplet: 19, 3D and 16. RGB value is (25,61,22). Sum of RGB (Red+Green+Blue) = 25+61+22=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #193D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D16 is #E6C2E9. Grayscale: #2D2D2D. Windows color (decimal): -15123178 or 1457433. OLE color: 1457433.
HSL color Cylindrical-coordinate representation of color #193D16: hue angle of 115.38º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193D16 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 22 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.76 |
| HSL | 115.38º | 0.47% | 0.16% | - |
| HSV(B) | 115.38º | 0.64% | 0.24% | - |
| XYZ | 2.21 | 3.6 | 1.34 | - |
| YUV | 45.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 22 | 0.59 | 0 | 0.64 | 0.76 | 115.38 | 0.47 | 0.16 |
| Hex | 19 | 3D | 16 | 3B | 0 | 40 | 4C | 73 | 2F | 10 |
| Octal | 31 | 75 | 26 | 73 | 0 | 100 | 114 | 163 | 57 | 20 |
| Binary | 11001 | 111101 | 10110 | 111011 | 0 | 1000000 | 1001100 | 1110011 | 101111 | 10000 |
Color Harmonies of #193D16
Complementary color
Monochromatic Colors of #193D16
Black with #193D16
Text Example
Text Example
White with #193D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D16; }
p { color: rgb(25,61,22); }
H1.HeaderClassName
{
color: #193D16;
}
.AnyTagClassName
{
color: #193D16;
}
</style>
background-color css
<style>
a { background-color: #193D16; }
a { background-color: rgb(25,61,22); }
div.DivClassName
{
background-color: #193D16;
}
.BgClassName
{
background-color: #193D16;
}
</style>
border-color css
<style>
span { border-color: #193D16; }
span { border-color: rgb(25,61,22); }
td.TdClassName
{
border-color: #193D16;
}
.TagClassName
{
border-color: #193D16;
}
</style>