Shades of Myrtle #194B1A
Tints of Myrtle #194B1A
RGB
CMYK
RGB Variations
Color information
#194B1A (or 0x194B1A) is known color: Myrtle. HEX triplet: 19, 4B and 1A. RGB value is (25,75,26). Sum of RGB (Red+Green+Blue) = 25+75+26=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #194B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B1A is #E6B4E5. Grayscale: #363636. Windows color (decimal): -15119590 or 1723161. OLE color: 1723161.
HSL color Cylindrical-coordinate representation of color #194B1A: hue angle of 121.2º 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 #194B1A is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 26 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.71 |
| HSL | 121.2º | 0.5% | 0.2% | - |
| HSV(B) | 121.2º | 0.67% | 0.29% | - |
| XYZ | 3.1 | 5.31 | 1.84 | - |
| YUV | 54.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 26 | 0.67 | 0 | 0.65 | 0.71 | 121.2 | 0.5 | 0.2 |
| Hex | 19 | 4B | 1A | 43 | 0 | 41 | 47 | 79 | 32 | 14 |
| Octal | 31 | 113 | 32 | 103 | 0 | 101 | 107 | 171 | 62 | 24 |
| Binary | 11001 | 1001011 | 11010 | 1000011 | 0 | 1000001 | 1000111 | 1111001 | 110010 | 10100 |
Color Harmonies of #194B1A
Complementary color
Monochromatic Colors of #194B1A
Black with #194B1A
Text Example
Text Example
White with #194B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B1A; }
p { color: rgb(25,75,26); }
H1.HeaderClassName
{
color: #194B1A;
}
.AnyTagClassName
{
color: #194B1A;
}
</style>
background-color css
<style>
a { background-color: #194B1A; }
a { background-color: rgb(25,75,26); }
div.DivClassName
{
background-color: #194B1A;
}
.BgClassName
{
background-color: #194B1A;
}
</style>
border-color css
<style>
span { border-color: #194B1A; }
span { border-color: rgb(25,75,26); }
td.TdClassName
{
border-color: #194B1A;
}
.TagClassName
{
border-color: #194B1A;
}
</style>