Shades of Myrtle #193413
Tints of Myrtle #193413
RGB
CMYK
RGB Variations
Color information
#193413 (or 0x193413) is known color: Myrtle. HEX triplet: 19, 34 and 13. RGB value is (25,52,19). Sum of RGB (Red+Green+Blue) = 25+52+19=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #193413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193413 is #E6CBEC. Grayscale: #282828. Windows color (decimal): -15125485 or 1258521. OLE color: 1258521.
HSL color Cylindrical-coordinate representation of color #193413: hue angle of 109.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193413 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 19 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.80 |
| HSL | 109.09º | 0.46% | 0.14% | - |
| HSV(B) | 109.09º | 0.63% | 0.2% | - |
| XYZ | 1.75 | 2.71 | 1.05 | - |
| YUV | 40.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 19 | 0.52 | 0 | 0.63 | 0.80 | 109.09 | 0.46 | 0.14 |
| Hex | 19 | 34 | 13 | 34 | 0 | 3F | 50 | 6D | 2E | E |
| Octal | 31 | 64 | 23 | 64 | 0 | 77 | 120 | 155 | 56 | 16 |
| Binary | 11001 | 110100 | 10011 | 110100 | 0 | 111111 | 1010000 | 1101101 | 101110 | 1110 |
Color Harmonies of #193413
Complementary color
Monochromatic Colors of #193413
Black with #193413
Text Example
Text Example
White with #193413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193413; }
p { color: rgb(25,52,19); }
H1.HeaderClassName
{
color: #193413;
}
.AnyTagClassName
{
color: #193413;
}
</style>
background-color css
<style>
a { background-color: #193413; }
a { background-color: rgb(25,52,19); }
div.DivClassName
{
background-color: #193413;
}
.BgClassName
{
background-color: #193413;
}
</style>
border-color css
<style>
span { border-color: #193413; }
span { border-color: rgb(25,52,19); }
td.TdClassName
{
border-color: #193413;
}
.TagClassName
{
border-color: #193413;
}
</style>