Shades of Myrtle #195A00
Tints of Myrtle #195A00
RGB
CMYK
RGB Variations
Color information
#195A00 (or 0x195A00) is known color: Myrtle. HEX triplet: 19, 5A and 00. RGB value is (25,90,0). Sum of RGB (Red+Green+Blue) = 25+90+0=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #195A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195A00 is #E6A5FF. Grayscale: #3C3C3C. Windows color (decimal): -15115776 or 23065. OLE color: 23065.
HSL color Cylindrical-coordinate representation of color #195A00: hue angle of 103.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #195A00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.65 |
| HSL | 103.33º | 1% | 0.18% | - |
| HSV(B) | 103.33º | 1% | 0.35% | - |
| XYZ | 4.06 | 7.52 | 1.24 | - |
| YUV | 60.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 0 | 0.72 | 0 | 1 | 0.65 | 103.33 | 1 | 0.18 |
| Hex | 19 | 5A | 0 | 48 | 0 | 64 | 41 | 67 | 64 | 12 |
| Octal | 31 | 132 | 0 | 110 | 0 | 144 | 101 | 147 | 144 | 22 |
| Binary | 11001 | 1011010 | 0 | 1001000 | 0 | 1100100 | 1000001 | 1100111 | 1100100 | 10010 |
Color Harmonies of #195A00
Complementary color
Monochromatic Colors of #195A00
Black with #195A00
Text Example
Text Example
White with #195A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A00; }
p { color: rgb(25,90,0); }
H1.HeaderClassName
{
color: #195A00;
}
.AnyTagClassName
{
color: #195A00;
}
</style>
background-color css
<style>
a { background-color: #195A00; }
a { background-color: rgb(25,90,0); }
div.DivClassName
{
background-color: #195A00;
}
.BgClassName
{
background-color: #195A00;
}
</style>
border-color css
<style>
span { border-color: #195A00; }
span { border-color: rgb(25,90,0); }
td.TdClassName
{
border-color: #195A00;
}
.TagClassName
{
border-color: #195A00;
}
</style>