Shades of Myrtle #195005
Tints of Myrtle #195005
RGB
CMYK
RGB Variations
Color information
#195005 (or 0x195005) is known color: Myrtle. HEX triplet: 19, 50 and 05. RGB value is (25,80,5). Sum of RGB (Red+Green+Blue) = 25+80+5=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #195005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195005 is #E6AFFA. Grayscale: #373737. Windows color (decimal): -15118331 or 348185. OLE color: 348185.
HSL color Cylindrical-coordinate representation of color #195005: hue angle of 104º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #195005 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 5 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.69 |
| HSL | 104º | 0.88% | 0.17% | - |
| HSV(B) | 104º | 0.94% | 0.31% | - |
| XYZ | 3.3 | 5.95 | 1.12 | - |
| YUV | 55.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 5 | 0.69 | 0 | 0.94 | 0.69 | 104 | 0.88 | 0.17 |
| Hex | 19 | 50 | 5 | 45 | 0 | 5E | 45 | 68 | 58 | 11 |
| Octal | 31 | 120 | 5 | 105 | 0 | 136 | 105 | 150 | 130 | 21 |
| Binary | 11001 | 1010000 | 101 | 1000101 | 0 | 1011110 | 1000101 | 1101000 | 1011000 | 10001 |
Color Harmonies of #195005
Complementary color
Monochromatic Colors of #195005
Black with #195005
Text Example
Text Example
White with #195005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195005; }
p { color: rgb(25,80,5); }
H1.HeaderClassName
{
color: #195005;
}
.AnyTagClassName
{
color: #195005;
}
</style>
background-color css
<style>
a { background-color: #195005; }
a { background-color: rgb(25,80,5); }
div.DivClassName
{
background-color: #195005;
}
.BgClassName
{
background-color: #195005;
}
</style>
border-color css
<style>
span { border-color: #195005; }
span { border-color: rgb(25,80,5); }
td.TdClassName
{
border-color: #195005;
}
.TagClassName
{
border-color: #195005;
}
</style>