Shades of Myrtle #193D11
Tints of Myrtle #193D11
RGB
CMYK
RGB Variations
Color information
#193D11 (or 0x193D11) is known color: Myrtle. HEX triplet: 19, 3D and 11. RGB value is (25,61,17). Sum of RGB (Red+Green+Blue) = 25+61+17=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #193D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D11 is #E6C2EE. Grayscale: #2D2D2D. Windows color (decimal): -15123183 or 1129753. OLE color: 1129753.
HSL color Cylindrical-coordinate representation of color #193D11: hue angle of 109.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193D11 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 17 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.76 |
| HSL | 109.09º | 0.56% | 0.15% | - |
| HSV(B) | 109.09º | 0.72% | 0.24% | - |
| XYZ | 2.17 | 3.58 | 1.11 | - |
| YUV | 45.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 17 | 0.59 | 0 | 0.72 | 0.76 | 109.09 | 0.56 | 0.15 |
| Hex | 19 | 3D | 11 | 3B | 0 | 48 | 4C | 6D | 38 | F |
| Octal | 31 | 75 | 21 | 73 | 0 | 110 | 114 | 155 | 70 | 17 |
| Binary | 11001 | 111101 | 10001 | 111011 | 0 | 1001000 | 1001100 | 1101101 | 111000 | 1111 |
Color Harmonies of #193D11
Complementary color
Monochromatic Colors of #193D11
Black with #193D11
Text Example
Text Example
White with #193D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D11; }
p { color: rgb(25,61,17); }
H1.HeaderClassName
{
color: #193D11;
}
.AnyTagClassName
{
color: #193D11;
}
</style>
background-color css
<style>
a { background-color: #193D11; }
a { background-color: rgb(25,61,17); }
div.DivClassName
{
background-color: #193D11;
}
.BgClassName
{
background-color: #193D11;
}
</style>
border-color css
<style>
span { border-color: #193D11; }
span { border-color: rgb(25,61,17); }
td.TdClassName
{
border-color: #193D11;
}
.TagClassName
{
border-color: #193D11;
}
</style>