Shades of Myrtle #194012
Tints of Myrtle #194012
RGB
CMYK
RGB Variations
Color information
#194012 (or 0x194012) is known color: Myrtle. HEX triplet: 19, 40 and 12. RGB value is (25,64,18). Sum of RGB (Red+Green+Blue) = 25+64+18=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #194012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194012 is #E6BFED. Grayscale: #2F2F2F. Windows color (decimal): -15122414 or 1196057. OLE color: 1196057.
HSL color Cylindrical-coordinate representation of color #194012: hue angle of 110.87º degrees, saturation: 0.56, 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 #194012 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 18 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.75 |
| HSL | 110.87º | 0.56% | 0.16% | - |
| HSV(B) | 110.87º | 0.72% | 0.25% | - |
| XYZ | 2.34 | 3.92 | 1.2 | - |
| YUV | 47.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 18 | 0.61 | 0 | 0.72 | 0.75 | 110.87 | 0.56 | 0.16 |
| Hex | 19 | 40 | 12 | 3D | 0 | 48 | 4B | 6F | 38 | 10 |
| Octal | 31 | 100 | 22 | 75 | 0 | 110 | 113 | 157 | 70 | 20 |
| Binary | 11001 | 1000000 | 10010 | 111101 | 0 | 1001000 | 1001011 | 1101111 | 111000 | 10000 |
Color Harmonies of #194012
Complementary color
Monochromatic Colors of #194012
Black with #194012
Text Example
Text Example
White with #194012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194012; }
p { color: rgb(25,64,18); }
H1.HeaderClassName
{
color: #194012;
}
.AnyTagClassName
{
color: #194012;
}
</style>
background-color css
<style>
a { background-color: #194012; }
a { background-color: rgb(25,64,18); }
div.DivClassName
{
background-color: #194012;
}
.BgClassName
{
background-color: #194012;
}
</style>
border-color css
<style>
span { border-color: #194012; }
span { border-color: rgb(25,64,18); }
td.TdClassName
{
border-color: #194012;
}
.TagClassName
{
border-color: #194012;
}
</style>