Shades of Myrtle #194C13
Tints of Myrtle #194C13
RGB
CMYK
RGB Variations
Color information
#194C13 (or 0x194C13) is known color: Myrtle. HEX triplet: 19, 4C and 13. RGB value is (25,76,19). Sum of RGB (Red+Green+Blue) = 25+76+19=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #194C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C13 is #E6B3EC. Grayscale: #363636. Windows color (decimal): -15119341 or 1264665. OLE color: 1264665.
HSL color Cylindrical-coordinate representation of color #194C13: hue angle of 113.68º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194C13 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 19 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.70 |
| HSL | 113.68º | 0.6% | 0.19% | - |
| HSV(B) | 113.68º | 0.75% | 0.3% | - |
| XYZ | 3.1 | 5.42 | 1.5 | - |
| YUV | 54.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 19 | 0.67 | 0 | 0.75 | 0.70 | 113.68 | 0.6 | 0.19 |
| Hex | 19 | 4C | 13 | 43 | 0 | 4B | 46 | 72 | 3C | 13 |
| Octal | 31 | 114 | 23 | 103 | 0 | 113 | 106 | 162 | 74 | 23 |
| Binary | 11001 | 1001100 | 10011 | 1000011 | 0 | 1001011 | 1000110 | 1110010 | 111100 | 10011 |
Color Harmonies of #194C13
Complementary color
Monochromatic Colors of #194C13
Black with #194C13
Text Example
Text Example
White with #194C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C13; }
p { color: rgb(25,76,19); }
H1.HeaderClassName
{
color: #194C13;
}
.AnyTagClassName
{
color: #194C13;
}
</style>
background-color css
<style>
a { background-color: #194C13; }
a { background-color: rgb(25,76,19); }
div.DivClassName
{
background-color: #194C13;
}
.BgClassName
{
background-color: #194C13;
}
</style>
border-color css
<style>
span { border-color: #194C13; }
span { border-color: rgb(25,76,19); }
td.TdClassName
{
border-color: #194C13;
}
.TagClassName
{
border-color: #194C13;
}
</style>