Shades of Myrtle #194206
Tints of Myrtle #194206
RGB
CMYK
RGB Variations
Color information
#194206 (or 0x194206) is known color: Myrtle. HEX triplet: 19, 42 and 06. RGB value is (25,66,6). Sum of RGB (Red+Green+Blue) = 25+66+6=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #194206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194206 is #E6BDF9. Grayscale: #2F2F2F. Windows color (decimal): -15121914 or 410137. OLE color: 410137.
HSL color Cylindrical-coordinate representation of color #194206: hue angle of 101º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #194206 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 6 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.74 |
| HSL | 101º | 0.83% | 0.14% | - |
| HSV(B) | 101º | 0.91% | 0.26% | - |
| XYZ | 2.38 | 4.12 | 0.84 | - |
| YUV | 46.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 6 | 0.62 | 0 | 0.91 | 0.74 | 101 | 0.83 | 0.14 |
| Hex | 19 | 42 | 6 | 3E | 0 | 5B | 4A | 65 | 53 | E |
| Octal | 31 | 102 | 6 | 76 | 0 | 133 | 112 | 145 | 123 | 16 |
| Binary | 11001 | 1000010 | 110 | 111110 | 0 | 1011011 | 1001010 | 1100101 | 1010011 | 1110 |
Color Harmonies of #194206
Complementary color
Monochromatic Colors of #194206
Black with #194206
Text Example
Text Example
White with #194206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194206; }
p { color: rgb(25,66,6); }
H1.HeaderClassName
{
color: #194206;
}
.AnyTagClassName
{
color: #194206;
}
</style>
background-color css
<style>
a { background-color: #194206; }
a { background-color: rgb(25,66,6); }
div.DivClassName
{
background-color: #194206;
}
.BgClassName
{
background-color: #194206;
}
</style>
border-color css
<style>
span { border-color: #194206; }
span { border-color: rgb(25,66,6); }
td.TdClassName
{
border-color: #194206;
}
.TagClassName
{
border-color: #194206;
}
</style>