Shades of Myrtle #194412
Tints of Myrtle #194412
RGB
CMYK
RGB Variations
Color information
#194412 (or 0x194412) is known color: Myrtle. HEX triplet: 19, 44 and 12. RGB value is (25,68,18). Sum of RGB (Red+Green+Blue) = 25+68+18=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #194412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194412 is #E6BBED. Grayscale: #313131. Windows color (decimal): -15121390 or 1197081. OLE color: 1197081.
HSL color Cylindrical-coordinate representation of color #194412: hue angle of 111.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194412 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 68 | 18 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.73 |
| HSL | 111.6º | 0.58% | 0.17% | - |
| HSV(B) | 111.6º | 0.74% | 0.27% | - |
| XYZ | 2.58 | 4.38 | 1.28 | - |
| YUV | 49.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 18 | 0.63 | 0 | 0.74 | 0.73 | 111.6 | 0.58 | 0.17 |
| Hex | 19 | 44 | 12 | 3F | 0 | 4A | 49 | 70 | 3A | 11 |
| Octal | 31 | 104 | 22 | 77 | 0 | 112 | 111 | 160 | 72 | 21 |
| Binary | 11001 | 1000100 | 10010 | 111111 | 0 | 1001010 | 1001001 | 1110000 | 111010 | 10001 |
Color Harmonies of #194412
Complementary color
Monochromatic Colors of #194412
Black with #194412
Text Example
Text Example
White with #194412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194412; }
p { color: rgb(25,68,18); }
H1.HeaderClassName
{
color: #194412;
}
.AnyTagClassName
{
color: #194412;
}
</style>
background-color css
<style>
a { background-color: #194412; }
a { background-color: rgb(25,68,18); }
div.DivClassName
{
background-color: #194412;
}
.BgClassName
{
background-color: #194412;
}
</style>
border-color css
<style>
span { border-color: #194412; }
span { border-color: rgb(25,68,18); }
td.TdClassName
{
border-color: #194412;
}
.TagClassName
{
border-color: #194412;
}
</style>