Shades of Myrtle #194901
Tints of Myrtle #194901
RGB
CMYK
RGB Variations
Color information
#194901 (or 0x194901) is known color: Myrtle. HEX triplet: 19, 49 and 01. RGB value is (25,73,1). Sum of RGB (Red+Green+Blue) = 25+73+1=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #194901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194901 is #E6B6FE. Grayscale: #323232. Windows color (decimal): -15120127 or 84249. OLE color: 84249.
HSL color Cylindrical-coordinate representation of color #194901: hue angle of 100º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #194901 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.71 |
| HSL | 100º | 0.97% | 0.15% | - |
| HSV(B) | 100º | 0.99% | 0.29% | - |
| XYZ | 2.79 | 4.97 | 0.84 | - |
| YUV | 50.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 1 | 0.66 | 0 | 0.99 | 0.71 | 100 | 0.97 | 0.15 |
| Hex | 19 | 49 | 1 | 42 | 0 | 63 | 47 | 64 | 61 | F |
| Octal | 31 | 111 | 1 | 102 | 0 | 143 | 107 | 144 | 141 | 17 |
| Binary | 11001 | 1001001 | 1 | 1000010 | 0 | 1100011 | 1000111 | 1100100 | 1100001 | 1111 |
Color Harmonies of #194901
Complementary color
Monochromatic Colors of #194901
Black with #194901
Text Example
Text Example
White with #194901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194901; }
p { color: rgb(25,73,1); }
H1.HeaderClassName
{
color: #194901;
}
.AnyTagClassName
{
color: #194901;
}
</style>
background-color css
<style>
a { background-color: #194901; }
a { background-color: rgb(25,73,1); }
div.DivClassName
{
background-color: #194901;
}
.BgClassName
{
background-color: #194901;
}
</style>
border-color css
<style>
span { border-color: #194901; }
span { border-color: rgb(25,73,1); }
td.TdClassName
{
border-color: #194901;
}
.TagClassName
{
border-color: #194901;
}
</style>