Shades of Myrtle #194B20
Tints of Myrtle #194B20
RGB
CMYK
RGB Variations
Color information
#194B20 (or 0x194B20) is known color: Myrtle. HEX triplet: 19, 4B and 20. RGB value is (25,75,32). Sum of RGB (Red+Green+Blue) = 25+75+32=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #194B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B20 is #E6B4DF. Grayscale: #373737. Windows color (decimal): -15119584 or 2116377. OLE color: 2116377.
HSL color Cylindrical-coordinate representation of color #194B20: hue angle of 128.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B20 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 32 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.71 |
| HSL | 128.4º | 0.5% | 0.2% | - |
| HSV(B) | 128.4º | 0.67% | 0.29% | - |
| XYZ | 3.18 | 5.34 | 2.23 | - |
| YUV | 55.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 32 | 0.67 | 0 | 0.57 | 0.71 | 128.4 | 0.5 | 0.2 |
| Hex | 19 | 4B | 20 | 43 | 0 | 39 | 47 | 80 | 32 | 14 |
| Octal | 31 | 113 | 40 | 103 | 0 | 71 | 107 | 200 | 62 | 24 |
| Binary | 11001 | 1001011 | 100000 | 1000011 | 0 | 111001 | 1000111 | 10000000 | 110010 | 10100 |
Color Harmonies of #194B20
Complementary color
Monochromatic Colors of #194B20
Black with #194B20
Text Example
Text Example
White with #194B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B20; }
p { color: rgb(25,75,32); }
H1.HeaderClassName
{
color: #194B20;
}
.AnyTagClassName
{
color: #194B20;
}
</style>
background-color css
<style>
a { background-color: #194B20; }
a { background-color: rgb(25,75,32); }
div.DivClassName
{
background-color: #194B20;
}
.BgClassName
{
background-color: #194B20;
}
</style>
border-color css
<style>
span { border-color: #194B20; }
span { border-color: rgb(25,75,32); }
td.TdClassName
{
border-color: #194B20;
}
.TagClassName
{
border-color: #194B20;
}
</style>