Shades of Myrtle #194801
Tints of Myrtle #194801
RGB
CMYK
RGB Variations
Color information
#194801 (or 0x194801) is known color: Myrtle. HEX triplet: 19, 48 and 01. RGB value is (25,72,1). Sum of RGB (Red+Green+Blue) = 25+72+1=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #194801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194801 is #E6B7FE. Grayscale: #323232. Windows color (decimal): -15120383 or 83993. OLE color: 83993.
HSL color Cylindrical-coordinate representation of color #194801: hue angle of 99.72º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #194801 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.72 |
| HSL | 99.72º | 0.97% | 0.14% | - |
| HSV(B) | 99.72º | 0.99% | 0.28% | - |
| XYZ | 2.72 | 4.84 | 0.82 | - |
| YUV | 49.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 1 | 0.65 | 0 | 0.99 | 0.72 | 99.72 | 0.97 | 0.14 |
| Hex | 19 | 48 | 1 | 41 | 0 | 63 | 48 | 64 | 61 | E |
| Octal | 31 | 110 | 1 | 101 | 0 | 143 | 110 | 144 | 141 | 16 |
| Binary | 11001 | 1001000 | 1 | 1000001 | 0 | 1100011 | 1001000 | 1100100 | 1100001 | 1110 |
Color Harmonies of #194801
Complementary color
Monochromatic Colors of #194801
Black with #194801
Text Example
Text Example
White with #194801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194801; }
p { color: rgb(25,72,1); }
H1.HeaderClassName
{
color: #194801;
}
.AnyTagClassName
{
color: #194801;
}
</style>
background-color css
<style>
a { background-color: #194801; }
a { background-color: rgb(25,72,1); }
div.DivClassName
{
background-color: #194801;
}
.BgClassName
{
background-color: #194801;
}
</style>
border-color css
<style>
span { border-color: #194801; }
span { border-color: rgb(25,72,1); }
td.TdClassName
{
border-color: #194801;
}
.TagClassName
{
border-color: #194801;
}
</style>