Shades of Myrtle #194117
Tints of Myrtle #194117
RGB
CMYK
RGB Variations
Color information
#194117 (or 0x194117) is known color: Myrtle. HEX triplet: 19, 41 and 17. RGB value is (25,65,23). Sum of RGB (Red+Green+Blue) = 25+65+23=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #194117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194117 is #E6BEE8. Grayscale: #303030. Windows color (decimal): -15122153 or 1523993. OLE color: 1523993.
HSL color Cylindrical-coordinate representation of color #194117: hue angle of 117.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194117 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 23 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.75 |
| HSL | 117.14º | 0.48% | 0.17% | - |
| HSV(B) | 117.14º | 0.65% | 0.25% | - |
| XYZ | 2.45 | 4.05 | 1.46 | - |
| YUV | 48.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 23 | 0.62 | 0 | 0.65 | 0.75 | 117.14 | 0.48 | 0.17 |
| Hex | 19 | 41 | 17 | 3E | 0 | 41 | 4B | 75 | 30 | 11 |
| Octal | 31 | 101 | 27 | 76 | 0 | 101 | 113 | 165 | 60 | 21 |
| Binary | 11001 | 1000001 | 10111 | 111110 | 0 | 1000001 | 1001011 | 1110101 | 110000 | 10001 |
Color Harmonies of #194117
Complementary color
Monochromatic Colors of #194117
Black with #194117
Text Example
Text Example
White with #194117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194117; }
p { color: rgb(25,65,23); }
H1.HeaderClassName
{
color: #194117;
}
.AnyTagClassName
{
color: #194117;
}
</style>
background-color css
<style>
a { background-color: #194117; }
a { background-color: rgb(25,65,23); }
div.DivClassName
{
background-color: #194117;
}
.BgClassName
{
background-color: #194117;
}
</style>
border-color css
<style>
span { border-color: #194117; }
span { border-color: rgb(25,65,23); }
td.TdClassName
{
border-color: #194117;
}
.TagClassName
{
border-color: #194117;
}
</style>