Shades of Myrtle #194119
Tints of Myrtle #194119
RGB
CMYK
RGB Variations
Color information
#194119 (or 0x194119) is known color: Myrtle. HEX triplet: 19, 41 and 19. RGB value is (25,65,25). Sum of RGB (Red+Green+Blue) = 25+65+25=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #194119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194119 is #E6BEE6. Grayscale: #303030. Windows color (decimal): -15122151 or 1655065. OLE color: 1655065.
HSL color Cylindrical-coordinate representation of color #194119: hue angle of 120º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194119 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 25 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.75 |
| HSL | 120º | 0.44% | 0.18% | - |
| HSV(B) | 120º | 0.62% | 0.25% | - |
| XYZ | 2.47 | 4.06 | 1.57 | - |
| YUV | 48.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 25 | 0.62 | 0 | 0.62 | 0.75 | 120 | 0.44 | 0.18 |
| Hex | 19 | 41 | 19 | 3E | 0 | 3E | 4B | 78 | 2C | 12 |
| Octal | 31 | 101 | 31 | 76 | 0 | 76 | 113 | 170 | 54 | 22 |
| Binary | 11001 | 1000001 | 11001 | 111110 | 0 | 111110 | 1001011 | 1111000 | 101100 | 10010 |
Color Harmonies of #194119
Complementary color
Monochromatic Colors of #194119
Black with #194119
Text Example
Text Example
White with #194119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194119; }
p { color: rgb(25,65,25); }
H1.HeaderClassName
{
color: #194119;
}
.AnyTagClassName
{
color: #194119;
}
</style>
background-color css
<style>
a { background-color: #194119; }
a { background-color: rgb(25,65,25); }
div.DivClassName
{
background-color: #194119;
}
.BgClassName
{
background-color: #194119;
}
</style>
border-color css
<style>
span { border-color: #194119; }
span { border-color: rgb(25,65,25); }
td.TdClassName
{
border-color: #194119;
}
.TagClassName
{
border-color: #194119;
}
</style>