Shades of Myrtle #194013
Tints of Myrtle #194013
RGB
CMYK
RGB Variations
Color information
#194013 (or 0x194013) is known color: Myrtle. HEX triplet: 19, 40 and 13. RGB value is (25,64,19). Sum of RGB (Red+Green+Blue) = 25+64+19=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #194013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194013 is #E6BFEC. Grayscale: #2F2F2F. Windows color (decimal): -15122413 or 1261593. OLE color: 1261593.
HSL color Cylindrical-coordinate representation of color #194013: hue angle of 112º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194013 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 19 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.75 |
| HSL | 112º | 0.54% | 0.16% | - |
| HSV(B) | 112º | 0.7% | 0.25% | - |
| XYZ | 2.35 | 3.92 | 1.25 | - |
| YUV | 47.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 19 | 0.61 | 0 | 0.70 | 0.75 | 112 | 0.54 | 0.16 |
| Hex | 19 | 40 | 13 | 3D | 0 | 46 | 4B | 70 | 36 | 10 |
| Octal | 31 | 100 | 23 | 75 | 0 | 106 | 113 | 160 | 66 | 20 |
| Binary | 11001 | 1000000 | 10011 | 111101 | 0 | 1000110 | 1001011 | 1110000 | 110110 | 10000 |
Color Harmonies of #194013
Complementary color
Monochromatic Colors of #194013
Black with #194013
Text Example
Text Example
White with #194013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194013; }
p { color: rgb(25,64,19); }
H1.HeaderClassName
{
color: #194013;
}
.AnyTagClassName
{
color: #194013;
}
</style>
background-color css
<style>
a { background-color: #194013; }
a { background-color: rgb(25,64,19); }
div.DivClassName
{
background-color: #194013;
}
.BgClassName
{
background-color: #194013;
}
</style>
border-color css
<style>
span { border-color: #194013; }
span { border-color: rgb(25,64,19); }
td.TdClassName
{
border-color: #194013;
}
.TagClassName
{
border-color: #194013;
}
</style>