Shades of Myrtle #193412
Tints of Myrtle #193412
RGB
CMYK
RGB Variations
Color information
#193412 (or 0x193412) is known color: Myrtle. HEX triplet: 19, 34 and 12. RGB value is (25,52,18). Sum of RGB (Red+Green+Blue) = 25+52+18=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #193412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193412 is #E6CBED. Grayscale: #282828. Windows color (decimal): -15125486 or 1192985. OLE color: 1192985.
HSL color Cylindrical-coordinate representation of color #193412: hue angle of 107.65º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193412 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 18 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.80 |
| HSL | 107.65º | 0.49% | 0.14% | - |
| HSV(B) | 107.65º | 0.65% | 0.2% | - |
| XYZ | 1.74 | 2.71 | 1 | - |
| YUV | 40.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 18 | 0.52 | 0 | 0.65 | 0.80 | 107.65 | 0.49 | 0.14 |
| Hex | 19 | 34 | 12 | 34 | 0 | 41 | 50 | 6C | 31 | E |
| Octal | 31 | 64 | 22 | 64 | 0 | 101 | 120 | 154 | 61 | 16 |
| Binary | 11001 | 110100 | 10010 | 110100 | 0 | 1000001 | 1010000 | 1101100 | 110001 | 1110 |
Color Harmonies of #193412
Complementary color
Monochromatic Colors of #193412
Black with #193412
Text Example
Text Example
White with #193412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193412; }
p { color: rgb(25,52,18); }
H1.HeaderClassName
{
color: #193412;
}
.AnyTagClassName
{
color: #193412;
}
</style>
background-color css
<style>
a { background-color: #193412; }
a { background-color: rgb(25,52,18); }
div.DivClassName
{
background-color: #193412;
}
.BgClassName
{
background-color: #193412;
}
</style>
border-color css
<style>
span { border-color: #193412; }
span { border-color: rgb(25,52,18); }
td.TdClassName
{
border-color: #193412;
}
.TagClassName
{
border-color: #193412;
}
</style>