Shades of Myrtle #195010
Tints of Myrtle #195010
RGB
CMYK
RGB Variations
Color information
#195010 (or 0x195010) is known color: Myrtle. HEX triplet: 19, 50 and 10. RGB value is (25,80,16). Sum of RGB (Red+Green+Blue) = 25+80+16=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #195010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195010 is #E6AFEF. Grayscale: #383838. Windows color (decimal): -15118320 or 1069081. OLE color: 1069081.
HSL color Cylindrical-coordinate representation of color #195010: hue angle of 111.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195010 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 16 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.69 |
| HSL | 111.56º | 0.67% | 0.19% | - |
| HSV(B) | 111.56º | 0.8% | 0.31% | - |
| XYZ | 3.36 | 5.98 | 1.47 | - |
| YUV | 56.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 16 | 0.69 | 0 | 0.80 | 0.69 | 111.56 | 0.67 | 0.19 |
| Hex | 19 | 50 | 10 | 45 | 0 | 50 | 45 | 70 | 43 | 13 |
| Octal | 31 | 120 | 20 | 105 | 0 | 120 | 105 | 160 | 103 | 23 |
| Binary | 11001 | 1010000 | 10000 | 1000101 | 0 | 1010000 | 1000101 | 1110000 | 1000011 | 10011 |
Color Harmonies of #195010
Complementary color
Monochromatic Colors of #195010
Black with #195010
Text Example
Text Example
White with #195010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195010; }
p { color: rgb(25,80,16); }
H1.HeaderClassName
{
color: #195010;
}
.AnyTagClassName
{
color: #195010;
}
</style>
background-color css
<style>
a { background-color: #195010; }
a { background-color: rgb(25,80,16); }
div.DivClassName
{
background-color: #195010;
}
.BgClassName
{
background-color: #195010;
}
</style>
border-color css
<style>
span { border-color: #195010; }
span { border-color: rgb(25,80,16); }
td.TdClassName
{
border-color: #195010;
}
.TagClassName
{
border-color: #195010;
}
</style>