Shades of Myrtle #193C16
Tints of Myrtle #193C16
RGB
CMYK
RGB Variations
Color information
#193C16 (or 0x193C16) is known color: Myrtle. HEX triplet: 19, 3C and 16. RGB value is (25,60,22). Sum of RGB (Red+Green+Blue) = 25+60+22=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #193C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193C16 is #E6C3E9. Grayscale: #2D2D2D. Windows color (decimal): -15123434 or 1457177. OLE color: 1457177.
HSL color Cylindrical-coordinate representation of color #193C16: hue angle of 115.26º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193C16 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 22 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.76 |
| HSL | 115.26º | 0.46% | 0.16% | - |
| HSV(B) | 115.26º | 0.63% | 0.24% | - |
| XYZ | 2.16 | 3.5 | 1.32 | - |
| YUV | 45.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 22 | 0.58 | 0 | 0.63 | 0.76 | 115.26 | 0.46 | 0.16 |
| Hex | 19 | 3C | 16 | 3A | 0 | 3F | 4C | 73 | 2E | 10 |
| Octal | 31 | 74 | 26 | 72 | 0 | 77 | 114 | 163 | 56 | 20 |
| Binary | 11001 | 111100 | 10110 | 111010 | 0 | 111111 | 1001100 | 1110011 | 101110 | 10000 |
Color Harmonies of #193C16
Complementary color
Monochromatic Colors of #193C16
Black with #193C16
Text Example
Text Example
White with #193C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C16; }
p { color: rgb(25,60,22); }
H1.HeaderClassName
{
color: #193C16;
}
.AnyTagClassName
{
color: #193C16;
}
</style>
background-color css
<style>
a { background-color: #193C16; }
a { background-color: rgb(25,60,22); }
div.DivClassName
{
background-color: #193C16;
}
.BgClassName
{
background-color: #193C16;
}
</style>
border-color css
<style>
span { border-color: #193C16; }
span { border-color: rgb(25,60,22); }
td.TdClassName
{
border-color: #193C16;
}
.TagClassName
{
border-color: #193C16;
}
</style>