Shades of Myrtle #193C14
Tints of Myrtle #193C14
RGB
CMYK
RGB Variations
Color information
#193C14 (or 0x193C14) is known color: Myrtle. HEX triplet: 19, 3C and 14. RGB value is (25,60,20). Sum of RGB (Red+Green+Blue) = 25+60+20=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #193C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193C14 is #E6C3EB. Grayscale: #2D2D2D. Windows color (decimal): -15123436 or 1326105. OLE color: 1326105.
HSL color Cylindrical-coordinate representation of color #193C14: hue angle of 112.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193C14 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 20 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.76 |
| HSL | 112.5º | 0.5% | 0.16% | - |
| HSV(B) | 112.5º | 0.67% | 0.24% | - |
| XYZ | 2.14 | 3.49 | 1.22 | - |
| YUV | 44.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 20 | 0.58 | 0 | 0.67 | 0.76 | 112.5 | 0.5 | 0.16 |
| Hex | 19 | 3C | 14 | 3A | 0 | 43 | 4C | 70 | 32 | 10 |
| Octal | 31 | 74 | 24 | 72 | 0 | 103 | 114 | 160 | 62 | 20 |
| Binary | 11001 | 111100 | 10100 | 111010 | 0 | 1000011 | 1001100 | 1110000 | 110010 | 10000 |
Color Harmonies of #193C14
Complementary color
Monochromatic Colors of #193C14
Black with #193C14
Text Example
Text Example
White with #193C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C14; }
p { color: rgb(25,60,20); }
H1.HeaderClassName
{
color: #193C14;
}
.AnyTagClassName
{
color: #193C14;
}
</style>
background-color css
<style>
a { background-color: #193C14; }
a { background-color: rgb(25,60,20); }
div.DivClassName
{
background-color: #193C14;
}
.BgClassName
{
background-color: #193C14;
}
</style>
border-color css
<style>
span { border-color: #193C14; }
span { border-color: rgb(25,60,20); }
td.TdClassName
{
border-color: #193C14;
}
.TagClassName
{
border-color: #193C14;
}
</style>