Shades of Myrtle #194017
Tints of Myrtle #194017
RGB
CMYK
RGB Variations
Color information
#194017 (or 0x194017) is known color: Myrtle. HEX triplet: 19, 40 and 17. RGB value is (25,64,23). Sum of RGB (Red+Green+Blue) = 25+64+23=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #194017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194017 is #E6BFE8. Grayscale: #2F2F2F. Windows color (decimal): -15122409 or 1523737. OLE color: 1523737.
HSL color Cylindrical-coordinate representation of color #194017: hue angle of 117.07º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194017 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 23 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.75 |
| HSL | 117.07º | 0.47% | 0.17% | - |
| HSV(B) | 117.07º | 0.64% | 0.25% | - |
| XYZ | 2.39 | 3.94 | 1.44 | - |
| YUV | 47.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 23 | 0.61 | 0 | 0.64 | 0.75 | 117.07 | 0.47 | 0.17 |
| Hex | 19 | 40 | 17 | 3D | 0 | 40 | 4B | 75 | 2F | 11 |
| Octal | 31 | 100 | 27 | 75 | 0 | 100 | 113 | 165 | 57 | 21 |
| Binary | 11001 | 1000000 | 10111 | 111101 | 0 | 1000000 | 1001011 | 1110101 | 101111 | 10001 |
Color Harmonies of #194017
Complementary color
Monochromatic Colors of #194017
Black with #194017
Text Example
Text Example
White with #194017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194017; }
p { color: rgb(25,64,23); }
H1.HeaderClassName
{
color: #194017;
}
.AnyTagClassName
{
color: #194017;
}
</style>
background-color css
<style>
a { background-color: #194017; }
a { background-color: rgb(25,64,23); }
div.DivClassName
{
background-color: #194017;
}
.BgClassName
{
background-color: #194017;
}
</style>
border-color css
<style>
span { border-color: #194017; }
span { border-color: rgb(25,64,23); }
td.TdClassName
{
border-color: #194017;
}
.TagClassName
{
border-color: #194017;
}
</style>