Shades of Myrtle #195003
Tints of Myrtle #195003
RGB
CMYK
RGB Variations
Color information
#195003 (or 0x195003) is known color: Myrtle. HEX triplet: 19, 50 and 03. RGB value is (25,80,3). Sum of RGB (Red+Green+Blue) = 25+80+3=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #195003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195003 is #E6AFFC. Grayscale: #373737. Windows color (decimal): -15118333 or 217113. OLE color: 217113.
HSL color Cylindrical-coordinate representation of color #195003: hue angle of 102.86º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #195003 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 3 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.69 |
| HSL | 102.86º | 0.93% | 0.16% | - |
| HSV(B) | 102.86º | 0.96% | 0.31% | - |
| XYZ | 3.29 | 5.95 | 1.06 | - |
| YUV | 54.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 3 | 0.69 | 0 | 0.96 | 0.69 | 102.86 | 0.93 | 0.16 |
| Hex | 19 | 50 | 3 | 45 | 0 | 60 | 45 | 67 | 5D | 10 |
| Octal | 31 | 120 | 3 | 105 | 0 | 140 | 105 | 147 | 135 | 20 |
| Binary | 11001 | 1010000 | 11 | 1000101 | 0 | 1100000 | 1000101 | 1100111 | 1011101 | 10000 |
Color Harmonies of #195003
Complementary color
Monochromatic Colors of #195003
Black with #195003
Text Example
Text Example
White with #195003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195003; }
p { color: rgb(25,80,3); }
H1.HeaderClassName
{
color: #195003;
}
.AnyTagClassName
{
color: #195003;
}
</style>
background-color css
<style>
a { background-color: #195003; }
a { background-color: rgb(25,80,3); }
div.DivClassName
{
background-color: #195003;
}
.BgClassName
{
background-color: #195003;
}
</style>
border-color css
<style>
span { border-color: #195003; }
span { border-color: rgb(25,80,3); }
td.TdClassName
{
border-color: #195003;
}
.TagClassName
{
border-color: #195003;
}
</style>