Shades of Myrtle #193E14
Tints of Myrtle #193E14
RGB
CMYK
RGB Variations
Color information
#193E14 (or 0x193E14) is known color: Myrtle. HEX triplet: 19, 3E and 14. RGB value is (25,62,20). Sum of RGB (Red+Green+Blue) = 25+62+20=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 62 (24.61% from 255 or 57.94% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 62 - color contains mainly: green. Hex color #193E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193E14 is #E6C1EB. Grayscale: #2E2E2E. Windows color (decimal): -15122924 or 1326617. OLE color: 1326617.
HSL color Cylindrical-coordinate representation of color #193E14: hue angle of 112.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #193E14 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 20 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.76 |
| HSL | 112.86º | 0.51% | 0.16% | - |
| HSV(B) | 112.86º | 0.68% | 0.24% | - |
| XYZ | 2.25 | 3.7 | 1.26 | - |
| YUV | 46.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 20 | 0.60 | 0 | 0.68 | 0.76 | 112.86 | 0.51 | 0.16 |
| Hex | 19 | 3E | 14 | 3C | 0 | 44 | 4C | 71 | 33 | 10 |
| Octal | 31 | 76 | 24 | 74 | 0 | 104 | 114 | 161 | 63 | 20 |
| Binary | 11001 | 111110 | 10100 | 111100 | 0 | 1000100 | 1001100 | 1110001 | 110011 | 10000 |
Color Harmonies of #193E14
Complementary color
Monochromatic Colors of #193E14
Black with #193E14
Text Example
Text Example
White with #193E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E14; }
p { color: rgb(25,62,20); }
H1.HeaderClassName
{
color: #193E14;
}
.AnyTagClassName
{
color: #193E14;
}
</style>
background-color css
<style>
a { background-color: #193E14; }
a { background-color: rgb(25,62,20); }
div.DivClassName
{
background-color: #193E14;
}
.BgClassName
{
background-color: #193E14;
}
</style>
border-color css
<style>
span { border-color: #193E14; }
span { border-color: rgb(25,62,20); }
td.TdClassName
{
border-color: #193E14;
}
.TagClassName
{
border-color: #193E14;
}
</style>