Shades of Myrtle #194B1F
Tints of Myrtle #194B1F
RGB
CMYK
RGB Variations
Color information
#194B1F (or 0x194B1F) is known color: Myrtle. HEX triplet: 19, 4B and 1F. RGB value is (25,75,31). Sum of RGB (Red+Green+Blue) = 25+75+31=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #194B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B1F is #E6B4E0. Grayscale: #373737. Windows color (decimal): -15119585 or 2050841. OLE color: 2050841.
HSL color Cylindrical-coordinate representation of color #194B1F: hue angle of 127.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 #194B1F is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 31 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.71 |
| HSL | 127.2º | 0.5% | 0.2% | - |
| HSV(B) | 127.2º | 0.67% | 0.29% | - |
| XYZ | 3.16 | 5.34 | 2.16 | - |
| YUV | 55.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 31 | 0.67 | 0 | 0.59 | 0.71 | 127.2 | 0.5 | 0.2 |
| Hex | 19 | 4B | 1F | 43 | 0 | 3B | 47 | 7F | 32 | 14 |
| Octal | 31 | 113 | 37 | 103 | 0 | 73 | 107 | 177 | 62 | 24 |
| Binary | 11001 | 1001011 | 11111 | 1000011 | 0 | 111011 | 1000111 | 1111111 | 110010 | 10100 |
Color Harmonies of #194B1F
Complementary color
Monochromatic Colors of #194B1F
Black with #194B1F
Text Example
Text Example
White with #194B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B1F; }
p { color: rgb(25,75,31); }
H1.HeaderClassName
{
color: #194B1F;
}
.AnyTagClassName
{
color: #194B1F;
}
</style>
background-color css
<style>
a { background-color: #194B1F; }
a { background-color: rgb(25,75,31); }
div.DivClassName
{
background-color: #194B1F;
}
.BgClassName
{
background-color: #194B1F;
}
</style>
border-color css
<style>
span { border-color: #194B1F; }
span { border-color: rgb(25,75,31); }
td.TdClassName
{
border-color: #194B1F;
}
.TagClassName
{
border-color: #194B1F;
}
</style>