Shades of Myrtle #193E13
Tints of Myrtle #193E13
RGB
CMYK
RGB Variations
Color information
#193E13 (or 0x193E13) is known color: Myrtle. HEX triplet: 19, 3E and 13. RGB value is (25,62,19). Sum of RGB (Red+Green+Blue) = 25+62+19=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 62 (24.61% from 255 or 58.49% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 62 - color contains mainly: green. Hex color #193E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193E13 is #E6C1EC. Grayscale: #2E2E2E. Windows color (decimal): -15122925 or 1261081. OLE color: 1261081.
HSL color Cylindrical-coordinate representation of color #193E13: hue angle of 111.63º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193E13 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 19 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.76 |
| HSL | 111.63º | 0.53% | 0.16% | - |
| HSV(B) | 111.63º | 0.69% | 0.24% | - |
| XYZ | 2.24 | 3.7 | 1.21 | - |
| YUV | 46.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 19 | 0.60 | 0 | 0.69 | 0.76 | 111.63 | 0.53 | 0.16 |
| Hex | 19 | 3E | 13 | 3C | 0 | 45 | 4C | 70 | 35 | 10 |
| Octal | 31 | 76 | 23 | 74 | 0 | 105 | 114 | 160 | 65 | 20 |
| Binary | 11001 | 111110 | 10011 | 111100 | 0 | 1000101 | 1001100 | 1110000 | 110101 | 10000 |
Color Harmonies of #193E13
Complementary color
Monochromatic Colors of #193E13
Black with #193E13
Text Example
Text Example
White with #193E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E13; }
p { color: rgb(25,62,19); }
H1.HeaderClassName
{
color: #193E13;
}
.AnyTagClassName
{
color: #193E13;
}
</style>
background-color css
<style>
a { background-color: #193E13; }
a { background-color: rgb(25,62,19); }
div.DivClassName
{
background-color: #193E13;
}
.BgClassName
{
background-color: #193E13;
}
</style>
border-color css
<style>
span { border-color: #193E13; }
span { border-color: rgb(25,62,19); }
td.TdClassName
{
border-color: #193E13;
}
.TagClassName
{
border-color: #193E13;
}
</style>