Shades of Myrtle #194F14
Tints of Myrtle #194F14
RGB
CMYK
RGB Variations
Color information
#194F14 (or 0x194F14) is known color: Myrtle. HEX triplet: 19, 4F and 14. RGB value is (25,79,20). Sum of RGB (Red+Green+Blue) = 25+79+20=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #194F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #194F14 is #E6B0EB. Grayscale: #383838. Windows color (decimal): -15118572 or 1330969. OLE color: 1330969.
HSL color Cylindrical-coordinate representation of color #194F14: hue angle of 114.92º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194F14 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 20 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.69 |
| HSL | 114.92º | 0.6% | 0.19% | - |
| HSV(B) | 114.92º | 0.75% | 0.31% | - |
| XYZ | 3.32 | 5.85 | 1.62 | - |
| YUV | 56.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 20 | 0.68 | 0 | 0.75 | 0.69 | 114.92 | 0.6 | 0.19 |
| Hex | 19 | 4F | 14 | 44 | 0 | 4B | 45 | 73 | 3C | 13 |
| Octal | 31 | 117 | 24 | 104 | 0 | 113 | 105 | 163 | 74 | 23 |
| Binary | 11001 | 1001111 | 10100 | 1000100 | 0 | 1001011 | 1000101 | 1110011 | 111100 | 10011 |
Color Harmonies of #194F14
Complementary color
Monochromatic Colors of #194F14
Black with #194F14
Text Example
Text Example
White with #194F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F14; }
p { color: rgb(25,79,20); }
H1.HeaderClassName
{
color: #194F14;
}
.AnyTagClassName
{
color: #194F14;
}
</style>
background-color css
<style>
a { background-color: #194F14; }
a { background-color: rgb(25,79,20); }
div.DivClassName
{
background-color: #194F14;
}
.BgClassName
{
background-color: #194F14;
}
</style>
border-color css
<style>
span { border-color: #194F14; }
span { border-color: rgb(25,79,20); }
td.TdClassName
{
border-color: #194F14;
}
.TagClassName
{
border-color: #194F14;
}
</style>