Shades of Myrtle #194D22
Tints of Myrtle #194D22
RGB
CMYK
RGB Variations
Color information
#194D22 (or 0x194D22) is known color: Myrtle. HEX triplet: 19, 4D and 22. RGB value is (25,77,34). Sum of RGB (Red+Green+Blue) = 25+77+34=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #194D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D22 is #E6B2DD. Grayscale: #383838. Windows color (decimal): -15119070 or 2247961. OLE color: 2247961.
HSL color Cylindrical-coordinate representation of color #194D22: hue angle of 130.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D22 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 34 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.70 |
| HSL | 130.38º | 0.51% | 0.2% | - |
| HSV(B) | 130.38º | 0.68% | 0.3% | - |
| XYZ | 3.34 | 5.63 | 2.42 | - |
| YUV | 56.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 34 | 0.68 | 0 | 0.56 | 0.70 | 130.38 | 0.51 | 0.2 |
| Hex | 19 | 4D | 22 | 44 | 0 | 38 | 46 | 82 | 33 | 14 |
| Octal | 31 | 115 | 42 | 104 | 0 | 70 | 106 | 202 | 63 | 24 |
| Binary | 11001 | 1001101 | 100010 | 1000100 | 0 | 111000 | 1000110 | 10000010 | 110011 | 10100 |
Color Harmonies of #194D22
Complementary color
Monochromatic Colors of #194D22
Black with #194D22
Text Example
Text Example
White with #194D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D22; }
p { color: rgb(25,77,34); }
H1.HeaderClassName
{
color: #194D22;
}
.AnyTagClassName
{
color: #194D22;
}
</style>
background-color css
<style>
a { background-color: #194D22; }
a { background-color: rgb(25,77,34); }
div.DivClassName
{
background-color: #194D22;
}
.BgClassName
{
background-color: #194D22;
}
</style>
border-color css
<style>
span { border-color: #194D22; }
span { border-color: rgb(25,77,34); }
td.TdClassName
{
border-color: #194D22;
}
.TagClassName
{
border-color: #194D22;
}
</style>