Shades of Myrtle #196314
Tints of Myrtle #196314
RGB
CMYK
RGB Variations
Color information
#196314 (or 0x196314) is known color: Myrtle. HEX triplet: 19, 63 and 14. RGB value is (25,99,20). Sum of RGB (Red+Green+Blue) = 25+99+20=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #196314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196314 is #E69CEB. Grayscale: #444444. Windows color (decimal): -15113452 or 1336089. OLE color: 1336089.
HSL color Cylindrical-coordinate representation of color #196314: hue angle of 116.2º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196314 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 20 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.61 |
| HSL | 116.2º | 0.66% | 0.23% | - |
| HSV(B) | 116.2º | 0.8% | 0.39% | - |
| XYZ | 4.99 | 9.18 | 2.17 | - |
| YUV | 67.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 20 | 0.75 | 0 | 0.80 | 0.61 | 116.2 | 0.66 | 0.23 |
| Hex | 19 | 63 | 14 | 4B | 0 | 50 | 3D | 74 | 42 | 17 |
| Octal | 31 | 143 | 24 | 113 | 0 | 120 | 75 | 164 | 102 | 27 |
| Binary | 11001 | 1100011 | 10100 | 1001011 | 0 | 1010000 | 111101 | 1110100 | 1000010 | 10111 |
Color Harmonies of #196314
Complementary color
Monochromatic Colors of #196314
Black with #196314
Text Example
Text Example
White with #196314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196314; }
p { color: rgb(25,99,20); }
H1.HeaderClassName
{
color: #196314;
}
.AnyTagClassName
{
color: #196314;
}
</style>
background-color css
<style>
a { background-color: #196314; }
a { background-color: rgb(25,99,20); }
div.DivClassName
{
background-color: #196314;
}
.BgClassName
{
background-color: #196314;
}
</style>
border-color css
<style>
span { border-color: #196314; }
span { border-color: rgb(25,99,20); }
td.TdClassName
{
border-color: #196314;
}
.TagClassName
{
border-color: #196314;
}
</style>