Shades of Myrtle #195002
Tints of Myrtle #195002
RGB
CMYK
RGB Variations
Color information
#195002 (or 0x195002) is known color: Myrtle. HEX triplet: 19, 50 and 02. RGB value is (25,80,2). Sum of RGB (Red+Green+Blue) = 25+80+2=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #195002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195002 is #E6AFFD. Grayscale: #363636. Windows color (decimal): -15118334 or 151577. OLE color: 151577.
HSL color Cylindrical-coordinate representation of color #195002: hue angle of 102.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #195002 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.69 |
| HSL | 102.31º | 0.95% | 0.16% | - |
| HSV(B) | 102.31º | 0.98% | 0.31% | - |
| XYZ | 3.28 | 5.95 | 1.03 | - |
| YUV | 54.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 2 | 0.69 | 0 | 0.98 | 0.69 | 102.31 | 0.95 | 0.16 |
| Hex | 19 | 50 | 2 | 45 | 0 | 62 | 45 | 66 | 5F | 10 |
| Octal | 31 | 120 | 2 | 105 | 0 | 142 | 105 | 146 | 137 | 20 |
| Binary | 11001 | 1010000 | 10 | 1000101 | 0 | 1100010 | 1000101 | 1100110 | 1011111 | 10000 |
Color Harmonies of #195002
Complementary color
Monochromatic Colors of #195002
Black with #195002
Text Example
Text Example
White with #195002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195002; }
p { color: rgb(25,80,2); }
H1.HeaderClassName
{
color: #195002;
}
.AnyTagClassName
{
color: #195002;
}
</style>
background-color css
<style>
a { background-color: #195002; }
a { background-color: rgb(25,80,2); }
div.DivClassName
{
background-color: #195002;
}
.BgClassName
{
background-color: #195002;
}
</style>
border-color css
<style>
span { border-color: #195002; }
span { border-color: rgb(25,80,2); }
td.TdClassName
{
border-color: #195002;
}
.TagClassName
{
border-color: #195002;
}
</style>