Shades of Myrtle #194915
Tints of Myrtle #194915
RGB
CMYK
RGB Variations
Color information
#194915 (or 0x194915) is known color: Myrtle. HEX triplet: 19, 49 and 15. RGB value is (25,73,21). Sum of RGB (Red+Green+Blue) = 25+73+21=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #194915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194915 is #E6B6EA. Grayscale: #343434. Windows color (decimal): -15120107 or 1394969. OLE color: 1394969.
HSL color Cylindrical-coordinate representation of color #194915: hue angle of 115.38º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194915 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 21 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.71 |
| HSL | 115.38º | 0.55% | 0.18% | - |
| HSV(B) | 115.38º | 0.71% | 0.29% | - |
| XYZ | 2.92 | 5.03 | 1.53 | - |
| YUV | 52.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 21 | 0.66 | 0 | 0.71 | 0.71 | 115.38 | 0.55 | 0.18 |
| Hex | 19 | 49 | 15 | 42 | 0 | 47 | 47 | 73 | 37 | 12 |
| Octal | 31 | 111 | 25 | 102 | 0 | 107 | 107 | 163 | 67 | 22 |
| Binary | 11001 | 1001001 | 10101 | 1000010 | 0 | 1000111 | 1000111 | 1110011 | 110111 | 10010 |
Color Harmonies of #194915
Complementary color
Monochromatic Colors of #194915
Black with #194915
Text Example
Text Example
White with #194915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194915; }
p { color: rgb(25,73,21); }
H1.HeaderClassName
{
color: #194915;
}
.AnyTagClassName
{
color: #194915;
}
</style>
background-color css
<style>
a { background-color: #194915; }
a { background-color: rgb(25,73,21); }
div.DivClassName
{
background-color: #194915;
}
.BgClassName
{
background-color: #194915;
}
</style>
border-color css
<style>
span { border-color: #194915; }
span { border-color: rgb(25,73,21); }
td.TdClassName
{
border-color: #194915;
}
.TagClassName
{
border-color: #194915;
}
</style>