Shades of Myrtle #194C16
Tints of Myrtle #194C16
RGB
CMYK
RGB Variations
Color information
#194C16 (or 0x194C16) is known color: Myrtle. HEX triplet: 19, 4C and 16. RGB value is (25,76,22). Sum of RGB (Red+Green+Blue) = 25+76+22=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #194C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C16 is #E6B3E9. Grayscale: #363636. Windows color (decimal): -15119338 or 1461273. OLE color: 1461273.
HSL color Cylindrical-coordinate representation of color #194C16: hue angle of 116.67º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194C16 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 22 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.70 |
| HSL | 116.67º | 0.55% | 0.19% | - |
| HSV(B) | 116.67º | 0.71% | 0.3% | - |
| XYZ | 3.13 | 5.43 | 1.64 | - |
| YUV | 54.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 22 | 0.67 | 0 | 0.71 | 0.70 | 116.67 | 0.55 | 0.19 |
| Hex | 19 | 4C | 16 | 43 | 0 | 47 | 46 | 75 | 37 | 13 |
| Octal | 31 | 114 | 26 | 103 | 0 | 107 | 106 | 165 | 67 | 23 |
| Binary | 11001 | 1001100 | 10110 | 1000011 | 0 | 1000111 | 1000110 | 1110101 | 110111 | 10011 |
Color Harmonies of #194C16
Complementary color
Monochromatic Colors of #194C16
Black with #194C16
Text Example
Text Example
White with #194C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C16; }
p { color: rgb(25,76,22); }
H1.HeaderClassName
{
color: #194C16;
}
.AnyTagClassName
{
color: #194C16;
}
</style>
background-color css
<style>
a { background-color: #194C16; }
a { background-color: rgb(25,76,22); }
div.DivClassName
{
background-color: #194C16;
}
.BgClassName
{
background-color: #194C16;
}
</style>
border-color css
<style>
span { border-color: #194C16; }
span { border-color: rgb(25,76,22); }
td.TdClassName
{
border-color: #194C16;
}
.TagClassName
{
border-color: #194C16;
}
</style>