Shades of Myrtle #194F21
Tints of Myrtle #194F21
RGB
CMYK
RGB Variations
Color information
#194F21 (or 0x194F21) is known color: Myrtle. HEX triplet: 19, 4F and 21. RGB value is (25,79,33). Sum of RGB (Red+Green+Blue) = 25+79+33=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #194F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F21 is #E6B0DE. Grayscale: #393939. Windows color (decimal): -15118559 or 2182937. OLE color: 2182937.
HSL color Cylindrical-coordinate representation of color #194F21: hue angle of 128.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F21 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 33 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.69 |
| HSL | 128.89º | 0.52% | 0.2% | - |
| HSV(B) | 128.89º | 0.68% | 0.31% | - |
| XYZ | 3.47 | 5.91 | 2.4 | - |
| YUV | 57.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 33 | 0.68 | 0 | 0.58 | 0.69 | 128.89 | 0.52 | 0.2 |
| Hex | 19 | 4F | 21 | 44 | 0 | 3A | 45 | 81 | 34 | 14 |
| Octal | 31 | 117 | 41 | 104 | 0 | 72 | 105 | 201 | 64 | 24 |
| Binary | 11001 | 1001111 | 100001 | 1000100 | 0 | 111010 | 1000101 | 10000001 | 110100 | 10100 |
Color Harmonies of #194F21
Complementary color
Monochromatic Colors of #194F21
Black with #194F21
Text Example
Text Example
White with #194F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F21; }
p { color: rgb(25,79,33); }
H1.HeaderClassName
{
color: #194F21;
}
.AnyTagClassName
{
color: #194F21;
}
</style>
background-color css
<style>
a { background-color: #194F21; }
a { background-color: rgb(25,79,33); }
div.DivClassName
{
background-color: #194F21;
}
.BgClassName
{
background-color: #194F21;
}
</style>
border-color css
<style>
span { border-color: #194F21; }
span { border-color: rgb(25,79,33); }
td.TdClassName
{
border-color: #194F21;
}
.TagClassName
{
border-color: #194F21;
}
</style>