Shades of Myrtle #193918
Tints of Myrtle #193918
RGB
CMYK
RGB Variations
Color information
#193918 (or 0x193918) is known color: Myrtle. HEX triplet: 19, 39 and 18. RGB value is (25,57,24). Sum of RGB (Red+Green+Blue) = 25+57+24=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #193918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193918 is #E6C6E7. Grayscale: #2B2B2B. Windows color (decimal): -15124200 or 1587481. OLE color: 1587481.
HSL color Cylindrical-coordinate representation of color #193918: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193918 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 57 | 24 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.78 |
| HSL | 118.18º | 0.41% | 0.16% | - |
| HSV(B) | 118.18º | 0.58% | 0.22% | - |
| XYZ | 2.03 | 3.2 | 1.37 | - |
| YUV | 43.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 24 | 0.56 | 0 | 0.58 | 0.78 | 118.18 | 0.41 | 0.16 |
| Hex | 19 | 39 | 18 | 38 | 0 | 3A | 4E | 76 | 29 | 10 |
| Octal | 31 | 71 | 30 | 70 | 0 | 72 | 116 | 166 | 51 | 20 |
| Binary | 11001 | 111001 | 11000 | 111000 | 0 | 111010 | 1001110 | 1110110 | 101001 | 10000 |
Color Harmonies of #193918
Complementary color
Monochromatic Colors of #193918
Black with #193918
Text Example
Text Example
White with #193918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193918; }
p { color: rgb(25,57,24); }
H1.HeaderClassName
{
color: #193918;
}
.AnyTagClassName
{
color: #193918;
}
</style>
background-color css
<style>
a { background-color: #193918; }
a { background-color: rgb(25,57,24); }
div.DivClassName
{
background-color: #193918;
}
.BgClassName
{
background-color: #193918;
}
</style>
border-color css
<style>
span { border-color: #193918; }
span { border-color: rgb(25,57,24); }
td.TdClassName
{
border-color: #193918;
}
.TagClassName
{
border-color: #193918;
}
</style>