Shades of Myrtle #195014
Tints of Myrtle #195014
RGB
CMYK
RGB Variations
Color information
#195014 (or 0x195014) is known color: Myrtle. HEX triplet: 19, 50 and 14. RGB value is (25,80,20). Sum of RGB (Red+Green+Blue) = 25+80+20=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #195014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195014 is #E6AFEB. Grayscale: #383838. Windows color (decimal): -15118316 or 1331225. OLE color: 1331225.
HSL color Cylindrical-coordinate representation of color #195014: hue angle of 115º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195014 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 20 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.69 |
| HSL | 115º | 0.6% | 0.2% | - |
| HSV(B) | 115º | 0.75% | 0.31% | - |
| XYZ | 3.4 | 5.99 | 1.64 | - |
| YUV | 56.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 20 | 0.69 | 0 | 0.75 | 0.69 | 115 | 0.6 | 0.2 |
| Hex | 19 | 50 | 14 | 45 | 0 | 4B | 45 | 73 | 3C | 14 |
| Octal | 31 | 120 | 24 | 105 | 0 | 113 | 105 | 163 | 74 | 24 |
| Binary | 11001 | 1010000 | 10100 | 1000101 | 0 | 1001011 | 1000101 | 1110011 | 111100 | 10100 |
Color Harmonies of #195014
Complementary color
Monochromatic Colors of #195014
Black with #195014
Text Example
Text Example
White with #195014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195014; }
p { color: rgb(25,80,20); }
H1.HeaderClassName
{
color: #195014;
}
.AnyTagClassName
{
color: #195014;
}
</style>
background-color css
<style>
a { background-color: #195014; }
a { background-color: rgb(25,80,20); }
div.DivClassName
{
background-color: #195014;
}
.BgClassName
{
background-color: #195014;
}
</style>
border-color css
<style>
span { border-color: #195014; }
span { border-color: rgb(25,80,20); }
td.TdClassName
{
border-color: #195014;
}
.TagClassName
{
border-color: #195014;
}
</style>