Shades of Myrtle #194216
Tints of Myrtle #194216
RGB
CMYK
RGB Variations
Color information
#194216 (or 0x194216) is known color: Myrtle. HEX triplet: 19, 42 and 16. RGB value is (25,66,22). Sum of RGB (Red+Green+Blue) = 25+66+22=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #194216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194216 is #E6BDE9. Grayscale: #303030. Windows color (decimal): -15121898 or 1458713. OLE color: 1458713.
HSL color Cylindrical-coordinate representation of color #194216: hue angle of 115.91º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194216 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 22 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.74 |
| HSL | 115.91º | 0.5% | 0.17% | - |
| HSV(B) | 115.91º | 0.67% | 0.26% | - |
| XYZ | 2.49 | 4.16 | 1.43 | - |
| YUV | 48.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 22 | 0.62 | 0 | 0.67 | 0.74 | 115.91 | 0.5 | 0.17 |
| Hex | 19 | 42 | 16 | 3E | 0 | 43 | 4A | 74 | 32 | 11 |
| Octal | 31 | 102 | 26 | 76 | 0 | 103 | 112 | 164 | 62 | 21 |
| Binary | 11001 | 1000010 | 10110 | 111110 | 0 | 1000011 | 1001010 | 1110100 | 110010 | 10001 |
Color Harmonies of #194216
Complementary color
Monochromatic Colors of #194216
Black with #194216
Text Example
Text Example
White with #194216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194216; }
p { color: rgb(25,66,22); }
H1.HeaderClassName
{
color: #194216;
}
.AnyTagClassName
{
color: #194216;
}
</style>
background-color css
<style>
a { background-color: #194216; }
a { background-color: rgb(25,66,22); }
div.DivClassName
{
background-color: #194216;
}
.BgClassName
{
background-color: #194216;
}
</style>
border-color css
<style>
span { border-color: #194216; }
span { border-color: rgb(25,66,22); }
td.TdClassName
{
border-color: #194216;
}
.TagClassName
{
border-color: #194216;
}
</style>