Shades of Myrtle #195D00
Tints of Myrtle #195D00
RGB
CMYK
RGB Variations
Color information
#195D00 (or 0x195D00) is known color: Myrtle. HEX triplet: 19, 5D and 00. RGB value is (25,93,0). Sum of RGB (Red+Green+Blue) = 25+93+0=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #195D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D00 is #E6A2FF. Grayscale: #3E3E3E. Windows color (decimal): -15115008 or 23833. OLE color: 23833.
HSL color Cylindrical-coordinate representation of color #195D00: hue angle of 103.87º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #195D00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 93 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.64 |
| HSL | 103.87º | 1% | 0.18% | - |
| HSV(B) | 103.87º | 1% | 0.36% | - |
| XYZ | 4.32 | 8.04 | 1.32 | - |
| YUV | 62.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 0 | 0.73 | 0 | 1 | 0.64 | 103.87 | 1 | 0.18 |
| Hex | 19 | 5D | 0 | 49 | 0 | 64 | 40 | 68 | 64 | 12 |
| Octal | 31 | 135 | 0 | 111 | 0 | 144 | 100 | 150 | 144 | 22 |
| Binary | 11001 | 1011101 | 0 | 1001001 | 0 | 1100100 | 1000000 | 1101000 | 1100100 | 10010 |
Color Harmonies of #195D00
Complementary color
Monochromatic Colors of #195D00
Black with #195D00
Text Example
Text Example
White with #195D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D00; }
p { color: rgb(25,93,0); }
H1.HeaderClassName
{
color: #195D00;
}
.AnyTagClassName
{
color: #195D00;
}
</style>
background-color css
<style>
a { background-color: #195D00; }
a { background-color: rgb(25,93,0); }
div.DivClassName
{
background-color: #195D00;
}
.BgClassName
{
background-color: #195D00;
}
</style>
border-color css
<style>
span { border-color: #195D00; }
span { border-color: rgb(25,93,0); }
td.TdClassName
{
border-color: #195D00;
}
.TagClassName
{
border-color: #195D00;
}
</style>