Shades of Myrtle #195216
Tints of Myrtle #195216
RGB
CMYK
RGB Variations
Color information
#195216 (or 0x195216) is known color: Myrtle. HEX triplet: 19, 52 and 16. RGB value is (25,82,22). Sum of RGB (Red+Green+Blue) = 25+82+22=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #195216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195216 is #E6ADE9. Grayscale: #3A3A3A. Windows color (decimal): -15117802 or 1462809. OLE color: 1462809.
HSL color Cylindrical-coordinate representation of color #195216: hue angle of 117º degrees, saturation: 0.58, 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 #195216 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 22 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.68 |
| HSL | 117º | 0.58% | 0.2% | - |
| HSV(B) | 117º | 0.73% | 0.32% | - |
| XYZ | 3.56 | 6.3 | 1.79 | - |
| YUV | 58.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 22 | 0.70 | 0 | 0.73 | 0.68 | 117 | 0.58 | 0.2 |
| Hex | 19 | 52 | 16 | 46 | 0 | 49 | 44 | 75 | 3A | 14 |
| Octal | 31 | 122 | 26 | 106 | 0 | 111 | 104 | 165 | 72 | 24 |
| Binary | 11001 | 1010010 | 10110 | 1000110 | 0 | 1001001 | 1000100 | 1110101 | 111010 | 10100 |
Color Harmonies of #195216
Complementary color
Monochromatic Colors of #195216
Black with #195216
Text Example
Text Example
White with #195216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195216; }
p { color: rgb(25,82,22); }
H1.HeaderClassName
{
color: #195216;
}
.AnyTagClassName
{
color: #195216;
}
</style>
background-color css
<style>
a { background-color: #195216; }
a { background-color: rgb(25,82,22); }
div.DivClassName
{
background-color: #195216;
}
.BgClassName
{
background-color: #195216;
}
</style>
border-color css
<style>
span { border-color: #195216; }
span { border-color: rgb(25,82,22); }
td.TdClassName
{
border-color: #195216;
}
.TagClassName
{
border-color: #195216;
}
</style>