Shades of Myrtle #193F04
Tints of Myrtle #193F04
RGB
CMYK
RGB Variations
Color information
#193F04 (or 0x193F04) is known color: Myrtle. HEX triplet: 19, 3F and 04. RGB value is (25,63,4). Sum of RGB (Red+Green+Blue) = 25+63+4=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #193F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193F04 is #E6C0FB. Grayscale: #2D2D2D. Windows color (decimal): -15122684 or 278297. OLE color: 278297.
HSL color Cylindrical-coordinate representation of color #193F04: hue angle of 98.64º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #193F04 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 63 | 4 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.75 |
| HSL | 98.64º | 0.88% | 0.13% | - |
| HSV(B) | 98.64º | 0.94% | 0.25% | - |
| XYZ | 2.2 | 3.77 | 0.73 | - |
| YUV | 44.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 4 | 0.60 | 0 | 0.94 | 0.75 | 98.64 | 0.88 | 0.13 |
| Hex | 19 | 3F | 4 | 3C | 0 | 5E | 4B | 63 | 58 | D |
| Octal | 31 | 77 | 4 | 74 | 0 | 136 | 113 | 143 | 130 | 15 |
| Binary | 11001 | 111111 | 100 | 111100 | 0 | 1011110 | 1001011 | 1100011 | 1011000 | 1101 |
Color Harmonies of #193F04
Complementary color
Monochromatic Colors of #193F04
Black with #193F04
Text Example
Text Example
White with #193F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F04; }
p { color: rgb(25,63,4); }
H1.HeaderClassName
{
color: #193F04;
}
.AnyTagClassName
{
color: #193F04;
}
</style>
background-color css
<style>
a { background-color: #193F04; }
a { background-color: rgb(25,63,4); }
div.DivClassName
{
background-color: #193F04;
}
.BgClassName
{
background-color: #193F04;
}
</style>
border-color css
<style>
span { border-color: #193F04; }
span { border-color: rgb(25,63,4); }
td.TdClassName
{
border-color: #193F04;
}
.TagClassName
{
border-color: #193F04;
}
</style>