Shades of Myrtle #194619
Tints of Myrtle #194619
RGB
CMYK
RGB Variations
Color information
#194619 (or 0x194619) is known color: Myrtle. HEX triplet: 19, 46 and 19. RGB value is (25,70,25). Sum of RGB (Red+Green+Blue) = 25+70+25=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #194619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194619 is #E6B9E6. Grayscale: #333333. Windows color (decimal): -15120871 or 1656345. OLE color: 1656345.
HSL color Cylindrical-coordinate representation of color #194619: hue angle of 120º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194619 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 25 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.73 |
| HSL | 120º | 0.47% | 0.19% | - |
| HSV(B) | 120º | 0.64% | 0.27% | - |
| XYZ | 2.77 | 4.66 | 1.67 | - |
| YUV | 51.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 25 | 0.64 | 0 | 0.64 | 0.73 | 120 | 0.47 | 0.19 |
| Hex | 19 | 46 | 19 | 40 | 0 | 40 | 49 | 78 | 2F | 13 |
| Octal | 31 | 106 | 31 | 100 | 0 | 100 | 111 | 170 | 57 | 23 |
| Binary | 11001 | 1000110 | 11001 | 1000000 | 0 | 1000000 | 1001001 | 1111000 | 101111 | 10011 |
Color Harmonies of #194619
Complementary color
Monochromatic Colors of #194619
Black with #194619
Text Example
Text Example
White with #194619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194619; }
p { color: rgb(25,70,25); }
H1.HeaderClassName
{
color: #194619;
}
.AnyTagClassName
{
color: #194619;
}
</style>
background-color css
<style>
a { background-color: #194619; }
a { background-color: rgb(25,70,25); }
div.DivClassName
{
background-color: #194619;
}
.BgClassName
{
background-color: #194619;
}
</style>
border-color css
<style>
span { border-color: #194619; }
span { border-color: rgb(25,70,25); }
td.TdClassName
{
border-color: #194619;
}
.TagClassName
{
border-color: #194619;
}
</style>