Shades of Myrtle #194604
Tints of Myrtle #194604
RGB
CMYK
RGB Variations
Color information
#194604 (or 0x194604) is known color: Myrtle. HEX triplet: 19, 46 and 04. RGB value is (25,70,4). Sum of RGB (Red+Green+Blue) = 25+70+4=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #194604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194604 is #E6B9FB. Grayscale: #313131. Windows color (decimal): -15120892 or 280089. OLE color: 280089.
HSL color Cylindrical-coordinate representation of color #194604: hue angle of 100.91º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #194604 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 4 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.73 |
| HSL | 100.91º | 0.89% | 0.15% | - |
| HSV(B) | 100.91º | 0.94% | 0.27% | - |
| XYZ | 2.61 | 4.6 | 0.86 | - |
| YUV | 49.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 4 | 0.64 | 0 | 0.94 | 0.73 | 100.91 | 0.89 | 0.15 |
| Hex | 19 | 46 | 4 | 40 | 0 | 5E | 49 | 65 | 59 | F |
| Octal | 31 | 106 | 4 | 100 | 0 | 136 | 111 | 145 | 131 | 17 |
| Binary | 11001 | 1000110 | 100 | 1000000 | 0 | 1011110 | 1001001 | 1100101 | 1011001 | 1111 |
Color Harmonies of #194604
Complementary color
Monochromatic Colors of #194604
Black with #194604
Text Example
Text Example
White with #194604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194604; }
p { color: rgb(25,70,4); }
H1.HeaderClassName
{
color: #194604;
}
.AnyTagClassName
{
color: #194604;
}
</style>
background-color css
<style>
a { background-color: #194604; }
a { background-color: rgb(25,70,4); }
div.DivClassName
{
background-color: #194604;
}
.BgClassName
{
background-color: #194604;
}
</style>
border-color css
<style>
span { border-color: #194604; }
span { border-color: rgb(25,70,4); }
td.TdClassName
{
border-color: #194604;
}
.TagClassName
{
border-color: #194604;
}
</style>