Shades of Myrtle #194000
Tints of Myrtle #194000
RGB
CMYK
RGB Variations
Color information
#194000 (or 0x194000) is known color: Myrtle. HEX triplet: 19, 40 and 00. RGB value is (25,64,0). Sum of RGB (Red+Green+Blue) = 25+64+0=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #194000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194000 is #E6BFFF. Grayscale: #2D2D2D. Windows color (decimal): -15122432 or 16409. OLE color: 16409.
HSL color Cylindrical-coordinate representation of color #194000: hue angle of 96.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #194000 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.75 |
| HSL | 96.56º | 1% | 0.13% | - |
| HSV(B) | 96.56º | 1% | 0.25% | - |
| XYZ | 2.23 | 3.87 | 0.63 | - |
| YUV | 45.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 0 | 0.61 | 0 | 1 | 0.75 | 96.56 | 1 | 0.13 |
| Hex | 19 | 40 | 0 | 3D | 0 | 64 | 4B | 61 | 64 | D |
| Octal | 31 | 100 | 0 | 75 | 0 | 144 | 113 | 141 | 144 | 15 |
| Binary | 11001 | 1000000 | 0 | 111101 | 0 | 1100100 | 1001011 | 1100001 | 1100100 | 1101 |
Color Harmonies of #194000
Complementary color
Monochromatic Colors of #194000
Black with #194000
Text Example
Text Example
White with #194000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194000; }
p { color: rgb(25,64,0); }
H1.HeaderClassName
{
color: #194000;
}
.AnyTagClassName
{
color: #194000;
}
</style>
background-color css
<style>
a { background-color: #194000; }
a { background-color: rgb(25,64,0); }
div.DivClassName
{
background-color: #194000;
}
.BgClassName
{
background-color: #194000;
}
</style>
border-color css
<style>
span { border-color: #194000; }
span { border-color: rgb(25,64,0); }
td.TdClassName
{
border-color: #194000;
}
.TagClassName
{
border-color: #194000;
}
</style>