Shades of Myrtle #194B1E
Tints of Myrtle #194B1E
RGB
CMYK
RGB Variations
Color information
#194B1E (or 0x194B1E) is known color: Myrtle. HEX triplet: 19, 4B and 1E. RGB value is (25,75,30). Sum of RGB (Red+Green+Blue) = 25+75+30=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #194B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B1E is #E6B4E1. Grayscale: #373737. Windows color (decimal): -15119586 or 1985305. OLE color: 1985305.
HSL color Cylindrical-coordinate representation of color #194B1E: hue angle of 126º 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 #194B1E is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 30 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.71 |
| HSL | 126º | 0.5% | 0.2% | - |
| HSV(B) | 126º | 0.67% | 0.29% | - |
| XYZ | 3.15 | 5.33 | 2.09 | - |
| YUV | 54.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 30 | 0.67 | 0 | 0.60 | 0.71 | 126 | 0.5 | 0.2 |
| Hex | 19 | 4B | 1E | 43 | 0 | 3C | 47 | 7E | 32 | 14 |
| Octal | 31 | 113 | 36 | 103 | 0 | 74 | 107 | 176 | 62 | 24 |
| Binary | 11001 | 1001011 | 11110 | 1000011 | 0 | 111100 | 1000111 | 1111110 | 110010 | 10100 |
Color Harmonies of #194B1E
Complementary color
Monochromatic Colors of #194B1E
Black with #194B1E
Text Example
Text Example
White with #194B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B1E; }
p { color: rgb(25,75,30); }
H1.HeaderClassName
{
color: #194B1E;
}
.AnyTagClassName
{
color: #194B1E;
}
</style>
background-color css
<style>
a { background-color: #194B1E; }
a { background-color: rgb(25,75,30); }
div.DivClassName
{
background-color: #194B1E;
}
.BgClassName
{
background-color: #194B1E;
}
</style>
border-color css
<style>
span { border-color: #194B1E; }
span { border-color: rgb(25,75,30); }
td.TdClassName
{
border-color: #194B1E;
}
.TagClassName
{
border-color: #194B1E;
}
</style>