Shades of Myrtle #195D01
Tints of Myrtle #195D01
RGB
CMYK
RGB Variations
Color information
#195D01 (or 0x195D01) is known color: Myrtle. HEX triplet: 19, 5D and 01. RGB value is (25,93,1). Sum of RGB (Red+Green+Blue) = 25+93+1=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 93 (36.72% from 255 or 78.15% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 93 - color contains mainly: green. Hex color #195D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D01 is #E6A2FE. Grayscale: #3E3E3E. Windows color (decimal): -15115007 or 89369. OLE color: 89369.
HSL color Cylindrical-coordinate representation of color #195D01: hue angle of 104.35º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #195D01 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 93 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.64 |
| HSL | 104.35º | 0.98% | 0.18% | - |
| HSV(B) | 104.35º | 0.99% | 0.36% | - |
| XYZ | 4.32 | 8.04 | 1.35 | - |
| YUV | 62.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 1 | 0.73 | 0 | 0.99 | 0.64 | 104.35 | 0.98 | 0.18 |
| Hex | 19 | 5D | 1 | 49 | 0 | 63 | 40 | 68 | 62 | 12 |
| Octal | 31 | 135 | 1 | 111 | 0 | 143 | 100 | 150 | 142 | 22 |
| Binary | 11001 | 1011101 | 1 | 1001001 | 0 | 1100011 | 1000000 | 1101000 | 1100010 | 10010 |
Color Harmonies of #195D01
Complementary color
Monochromatic Colors of #195D01
Black with #195D01
Text Example
Text Example
White with #195D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D01; }
p { color: rgb(25,93,1); }
H1.HeaderClassName
{
color: #195D01;
}
.AnyTagClassName
{
color: #195D01;
}
</style>
background-color css
<style>
a { background-color: #195D01; }
a { background-color: rgb(25,93,1); }
div.DivClassName
{
background-color: #195D01;
}
.BgClassName
{
background-color: #195D01;
}
</style>
border-color css
<style>
span { border-color: #195D01; }
span { border-color: rgb(25,93,1); }
td.TdClassName
{
border-color: #195D01;
}
.TagClassName
{
border-color: #195D01;
}
</style>