Shades of Myrtle #195116
Tints of Myrtle #195116
RGB
CMYK
RGB Variations
Color information
#195116 (or 0x195116) is known color: Myrtle. HEX triplet: 19, 51 and 16. RGB value is (25,81,22). Sum of RGB (Red+Green+Blue) = 25+81+22=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #195116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195116 is #E6AEE9. Grayscale: #393939. Windows color (decimal): -15118058 or 1462553. OLE color: 1462553.
HSL color Cylindrical-coordinate representation of color #195116: hue angle of 116.95º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195116 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 22 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.68 |
| HSL | 116.95º | 0.57% | 0.2% | - |
| HSV(B) | 116.95º | 0.73% | 0.32% | - |
| XYZ | 3.49 | 6.15 | 1.76 | - |
| YUV | 57.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 22 | 0.69 | 0 | 0.73 | 0.68 | 116.95 | 0.57 | 0.2 |
| Hex | 19 | 51 | 16 | 45 | 0 | 49 | 44 | 75 | 39 | 14 |
| Octal | 31 | 121 | 26 | 105 | 0 | 111 | 104 | 165 | 71 | 24 |
| Binary | 11001 | 1010001 | 10110 | 1000101 | 0 | 1001001 | 1000100 | 1110101 | 111001 | 10100 |
Color Harmonies of #195116
Complementary color
Monochromatic Colors of #195116
Black with #195116
Text Example
Text Example
White with #195116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195116; }
p { color: rgb(25,81,22); }
H1.HeaderClassName
{
color: #195116;
}
.AnyTagClassName
{
color: #195116;
}
</style>
background-color css
<style>
a { background-color: #195116; }
a { background-color: rgb(25,81,22); }
div.DivClassName
{
background-color: #195116;
}
.BgClassName
{
background-color: #195116;
}
</style>
border-color css
<style>
span { border-color: #195116; }
span { border-color: rgb(25,81,22); }
td.TdClassName
{
border-color: #195116;
}
.TagClassName
{
border-color: #195116;
}
</style>