Shades of Myrtle #193C15
Tints of Myrtle #193C15
RGB
CMYK
RGB Variations
Color information
#193C15 (or 0x193C15) is known color: Myrtle. HEX triplet: 19, 3C and 15. RGB value is (25,60,21). Sum of RGB (Red+Green+Blue) = 25+60+21=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #193C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193C15 is #E6C3EA. Grayscale: #2D2D2D. Windows color (decimal): -15123435 or 1391641. OLE color: 1391641.
HSL color Cylindrical-coordinate representation of color #193C15: hue angle of 113.85º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193C15 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 21 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.76 |
| HSL | 113.85º | 0.48% | 0.16% | - |
| HSV(B) | 113.85º | 0.65% | 0.24% | - |
| XYZ | 2.15 | 3.49 | 1.27 | - |
| YUV | 45.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 21 | 0.58 | 0 | 0.65 | 0.76 | 113.85 | 0.48 | 0.16 |
| Hex | 19 | 3C | 15 | 3A | 0 | 41 | 4C | 72 | 30 | 10 |
| Octal | 31 | 74 | 25 | 72 | 0 | 101 | 114 | 162 | 60 | 20 |
| Binary | 11001 | 111100 | 10101 | 111010 | 0 | 1000001 | 1001100 | 1110010 | 110000 | 10000 |
Color Harmonies of #193C15
Complementary color
Monochromatic Colors of #193C15
Black with #193C15
Text Example
Text Example
White with #193C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C15; }
p { color: rgb(25,60,21); }
H1.HeaderClassName
{
color: #193C15;
}
.AnyTagClassName
{
color: #193C15;
}
</style>
background-color css
<style>
a { background-color: #193C15; }
a { background-color: rgb(25,60,21); }
div.DivClassName
{
background-color: #193C15;
}
.BgClassName
{
background-color: #193C15;
}
</style>
border-color css
<style>
span { border-color: #193C15; }
span { border-color: rgb(25,60,21); }
td.TdClassName
{
border-color: #193C15;
}
.TagClassName
{
border-color: #193C15;
}
</style>