Shades of Myrtle #193B04
Tints of Myrtle #193B04
RGB
CMYK
RGB Variations
Color information
#193B04 (or 0x193B04) is known color: Myrtle. HEX triplet: 19, 3B and 04. RGB value is (25,59,4). Sum of RGB (Red+Green+Blue) = 25+59+4=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 59 (23.44% from 255 or 67.05% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 59 - color contains mainly: green. Hex color #193B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193B04 is #E6C4FB. Grayscale: #2A2A2A. Windows color (decimal): -15123708 or 277273. OLE color: 277273.
HSL color Cylindrical-coordinate representation of color #193B04: hue angle of 97.09º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #193B04 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 4 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.77 |
| HSL | 97.09º | 0.87% | 0.12% | - |
| HSV(B) | 97.09º | 0.93% | 0.23% | - |
| XYZ | 1.99 | 3.34 | 0.66 | - |
| YUV | 42.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 4 | 0.58 | 0 | 0.93 | 0.77 | 97.09 | 0.87 | 0.12 |
| Hex | 19 | 3B | 4 | 3A | 0 | 5D | 4D | 61 | 57 | C |
| Octal | 31 | 73 | 4 | 72 | 0 | 135 | 115 | 141 | 127 | 14 |
| Binary | 11001 | 111011 | 100 | 111010 | 0 | 1011101 | 1001101 | 1100001 | 1010111 | 1100 |
Color Harmonies of #193B04
Complementary color
Monochromatic Colors of #193B04
Black with #193B04
Text Example
Text Example
White with #193B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B04; }
p { color: rgb(25,59,4); }
H1.HeaderClassName
{
color: #193B04;
}
.AnyTagClassName
{
color: #193B04;
}
</style>
background-color css
<style>
a { background-color: #193B04; }
a { background-color: rgb(25,59,4); }
div.DivClassName
{
background-color: #193B04;
}
.BgClassName
{
background-color: #193B04;
}
</style>
border-color css
<style>
span { border-color: #193B04; }
span { border-color: rgb(25,59,4); }
td.TdClassName
{
border-color: #193B04;
}
.TagClassName
{
border-color: #193B04;
}
</style>