Shades of Myrtle #194920
Tints of Myrtle #194920
RGB
CMYK
RGB Variations
Color information
#194920 (or 0x194920) is known color: Myrtle. HEX triplet: 19, 49 and 20. RGB value is (25,73,32). Sum of RGB (Red+Green+Blue) = 25+73+32=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #194920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194920 is #E6B6DF. Grayscale: #363636. Windows color (decimal): -15120096 or 2115865. OLE color: 2115865.
HSL color Cylindrical-coordinate representation of color #194920: hue angle of 128.75º 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 #194920 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 32 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.71 |
| HSL | 128.75º | 0.49% | 0.19% | - |
| HSV(B) | 128.75º | 0.66% | 0.29% | - |
| XYZ | 3.04 | 5.08 | 2.19 | - |
| YUV | 53.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 32 | 0.66 | 0 | 0.56 | 0.71 | 128.75 | 0.49 | 0.19 |
| Hex | 19 | 49 | 20 | 42 | 0 | 38 | 47 | 81 | 31 | 13 |
| Octal | 31 | 111 | 40 | 102 | 0 | 70 | 107 | 201 | 61 | 23 |
| Binary | 11001 | 1001001 | 100000 | 1000010 | 0 | 111000 | 1000111 | 10000001 | 110001 | 10011 |
Color Harmonies of #194920
Complementary color
Monochromatic Colors of #194920
Black with #194920
Text Example
Text Example
White with #194920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194920; }
p { color: rgb(25,73,32); }
H1.HeaderClassName
{
color: #194920;
}
.AnyTagClassName
{
color: #194920;
}
</style>
background-color css
<style>
a { background-color: #194920; }
a { background-color: rgb(25,73,32); }
div.DivClassName
{
background-color: #194920;
}
.BgClassName
{
background-color: #194920;
}
</style>
border-color css
<style>
span { border-color: #194920; }
span { border-color: rgb(25,73,32); }
td.TdClassName
{
border-color: #194920;
}
.TagClassName
{
border-color: #194920;
}
</style>