Shades of Myrtle #194D1C
Tints of Myrtle #194D1C
RGB
CMYK
RGB Variations
Color information
#194D1C (or 0x194D1C) is known color: Myrtle. HEX triplet: 19, 4D and 1C. RGB value is (25,77,28). Sum of RGB (Red+Green+Blue) = 25+77+28=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #194D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D1C is #E6B2E3. Grayscale: #383838. Windows color (decimal): -15119076 or 1854745. OLE color: 1854745.
HSL color Cylindrical-coordinate representation of color #194D1C: hue angle of 123.46º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D1C is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 28 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.70 |
| HSL | 123.46º | 0.51% | 0.2% | - |
| HSV(B) | 123.46º | 0.68% | 0.3% | - |
| XYZ | 3.26 | 5.6 | 2.01 | - |
| YUV | 55.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 28 | 0.68 | 0 | 0.64 | 0.70 | 123.46 | 0.51 | 0.2 |
| Hex | 19 | 4D | 1C | 44 | 0 | 40 | 46 | 7B | 33 | 14 |
| Octal | 31 | 115 | 34 | 104 | 0 | 100 | 106 | 173 | 63 | 24 |
| Binary | 11001 | 1001101 | 11100 | 1000100 | 0 | 1000000 | 1000110 | 1111011 | 110011 | 10100 |
Color Harmonies of #194D1C
Complementary color
Monochromatic Colors of #194D1C
Black with #194D1C
Text Example
Text Example
White with #194D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D1C; }
p { color: rgb(25,77,28); }
H1.HeaderClassName
{
color: #194D1C;
}
.AnyTagClassName
{
color: #194D1C;
}
</style>
background-color css
<style>
a { background-color: #194D1C; }
a { background-color: rgb(25,77,28); }
div.DivClassName
{
background-color: #194D1C;
}
.BgClassName
{
background-color: #194D1C;
}
</style>
border-color css
<style>
span { border-color: #194D1C; }
span { border-color: rgb(25,77,28); }
td.TdClassName
{
border-color: #194D1C;
}
.TagClassName
{
border-color: #194D1C;
}
</style>