Shades of Myrtle #194112
Tints of Myrtle #194112
RGB
CMYK
RGB Variations
Color information
#194112 (or 0x194112) is known color: Myrtle. HEX triplet: 19, 41 and 12. RGB value is (25,65,18). Sum of RGB (Red+Green+Blue) = 25+65+18=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #194112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194112 is #E6BEED. Grayscale: #2F2F2F. Windows color (decimal): -15122158 or 1196313. OLE color: 1196313.
HSL color Cylindrical-coordinate representation of color #194112: hue angle of 111.06º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194112 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 18 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.75 |
| HSL | 111.06º | 0.57% | 0.16% | - |
| HSV(B) | 111.06º | 0.72% | 0.25% | - |
| XYZ | 2.4 | 4.03 | 1.22 | - |
| YUV | 47.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 18 | 0.62 | 0 | 0.72 | 0.75 | 111.06 | 0.57 | 0.16 |
| Hex | 19 | 41 | 12 | 3E | 0 | 48 | 4B | 6F | 39 | 10 |
| Octal | 31 | 101 | 22 | 76 | 0 | 110 | 113 | 157 | 71 | 20 |
| Binary | 11001 | 1000001 | 10010 | 111110 | 0 | 1001000 | 1001011 | 1101111 | 111001 | 10000 |
Color Harmonies of #194112
Complementary color
Monochromatic Colors of #194112
Black with #194112
Text Example
Text Example
White with #194112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194112; }
p { color: rgb(25,65,18); }
H1.HeaderClassName
{
color: #194112;
}
.AnyTagClassName
{
color: #194112;
}
</style>
background-color css
<style>
a { background-color: #194112; }
a { background-color: rgb(25,65,18); }
div.DivClassName
{
background-color: #194112;
}
.BgClassName
{
background-color: #194112;
}
</style>
border-color css
<style>
span { border-color: #194112; }
span { border-color: rgb(25,65,18); }
td.TdClassName
{
border-color: #194112;
}
.TagClassName
{
border-color: #194112;
}
</style>