Shades of Myrtle #194921
Tints of Myrtle #194921
RGB
CMYK
RGB Variations
Color information
#194921 (or 0x194921) is known color: Myrtle. HEX triplet: 19, 49 and 21. RGB value is (25,73,33). Sum of RGB (Red+Green+Blue) = 25+73+33=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #194921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194921 is #E6B6DE. Grayscale: #363636. Windows color (decimal): -15120095 or 2181401. OLE color: 2181401.
HSL color Cylindrical-coordinate representation of color #194921: hue angle of 130º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194921 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 33 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.71 |
| HSL | 130º | 0.49% | 0.19% | - |
| HSV(B) | 130º | 0.66% | 0.29% | - |
| XYZ | 3.06 | 5.08 | 2.26 | - |
| YUV | 54.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 33 | 0.66 | 0 | 0.55 | 0.71 | 130 | 0.49 | 0.19 |
| Hex | 19 | 49 | 21 | 42 | 0 | 37 | 47 | 82 | 31 | 13 |
| Octal | 31 | 111 | 41 | 102 | 0 | 67 | 107 | 202 | 61 | 23 |
| Binary | 11001 | 1001001 | 100001 | 1000010 | 0 | 110111 | 1000111 | 10000010 | 110001 | 10011 |
Color Harmonies of #194921
Complementary color
Monochromatic Colors of #194921
Black with #194921
Text Example
Text Example
White with #194921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194921; }
p { color: rgb(25,73,33); }
H1.HeaderClassName
{
color: #194921;
}
.AnyTagClassName
{
color: #194921;
}
</style>
background-color css
<style>
a { background-color: #194921; }
a { background-color: rgb(25,73,33); }
div.DivClassName
{
background-color: #194921;
}
.BgClassName
{
background-color: #194921;
}
</style>
border-color css
<style>
span { border-color: #194921; }
span { border-color: rgb(25,73,33); }
td.TdClassName
{
border-color: #194921;
}
.TagClassName
{
border-color: #194921;
}
</style>