Shades of Myrtle #194B1B
Tints of Myrtle #194B1B
RGB
CMYK
RGB Variations
Color information
#194B1B (or 0x194B1B) is known color: Myrtle. HEX triplet: 19, 4B and 1B. RGB value is (25,75,27). Sum of RGB (Red+Green+Blue) = 25+75+27=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #194B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B1B is #E6B4E4. Grayscale: #363636. Windows color (decimal): -15119589 or 1788697. OLE color: 1788697.
HSL color Cylindrical-coordinate representation of color #194B1B: hue angle of 122.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 #194B1B is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 27 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.71 |
| HSL | 122.4º | 0.5% | 0.2% | - |
| HSV(B) | 122.4º | 0.67% | 0.29% | - |
| XYZ | 3.11 | 5.32 | 1.9 | - |
| YUV | 54.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 27 | 0.67 | 0 | 0.64 | 0.71 | 122.4 | 0.5 | 0.2 |
| Hex | 19 | 4B | 1B | 43 | 0 | 40 | 47 | 7A | 32 | 14 |
| Octal | 31 | 113 | 33 | 103 | 0 | 100 | 107 | 172 | 62 | 24 |
| Binary | 11001 | 1001011 | 11011 | 1000011 | 0 | 1000000 | 1000111 | 1111010 | 110010 | 10100 |
Color Harmonies of #194B1B
Complementary color
Monochromatic Colors of #194B1B
Black with #194B1B
Text Example
Text Example
White with #194B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B1B; }
p { color: rgb(25,75,27); }
H1.HeaderClassName
{
color: #194B1B;
}
.AnyTagClassName
{
color: #194B1B;
}
</style>
background-color css
<style>
a { background-color: #194B1B; }
a { background-color: rgb(25,75,27); }
div.DivClassName
{
background-color: #194B1B;
}
.BgClassName
{
background-color: #194B1B;
}
</style>
border-color css
<style>
span { border-color: #194B1B; }
span { border-color: rgb(25,75,27); }
td.TdClassName
{
border-color: #194B1B;
}
.TagClassName
{
border-color: #194B1B;
}
</style>