Shades of Myrtle #193719
Tints of Myrtle #193719
RGB
CMYK
RGB Variations
Color information
#193719 (or 0x193719) is known color: Myrtle. HEX triplet: 19, 37 and 19. RGB value is (25,55,25). Sum of RGB (Red+Green+Blue) = 25+55+25=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #193719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193719 is #E6C8E6. Grayscale: #2A2A2A. Windows color (decimal): -15124711 or 1652505. OLE color: 1652505.
HSL color Cylindrical-coordinate representation of color #193719: hue angle of 120º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193719 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 25 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.78 |
| HSL | 120º | 0.38% | 0.16% | - |
| HSV(B) | 120º | 0.55% | 0.22% | - |
| XYZ | 1.94 | 3.01 | 1.4 | - |
| YUV | 42.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 25 | 0.55 | 0 | 0.55 | 0.78 | 120 | 0.38 | 0.16 |
| Hex | 19 | 37 | 19 | 37 | 0 | 37 | 4E | 78 | 26 | 10 |
| Octal | 31 | 67 | 31 | 67 | 0 | 67 | 116 | 170 | 46 | 20 |
| Binary | 11001 | 110111 | 11001 | 110111 | 0 | 110111 | 1001110 | 1111000 | 100110 | 10000 |
Color Harmonies of #193719
Complementary color
Monochromatic Colors of #193719
Black with #193719
Text Example
Text Example
White with #193719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193719; }
p { color: rgb(25,55,25); }
H1.HeaderClassName
{
color: #193719;
}
.AnyTagClassName
{
color: #193719;
}
</style>
background-color css
<style>
a { background-color: #193719; }
a { background-color: rgb(25,55,25); }
div.DivClassName
{
background-color: #193719;
}
.BgClassName
{
background-color: #193719;
}
</style>
border-color css
<style>
span { border-color: #193719; }
span { border-color: rgb(25,55,25); }
td.TdClassName
{
border-color: #193719;
}
.TagClassName
{
border-color: #193719;
}
</style>