Shades of Myrtle #194A1F
Tints of Myrtle #194A1F
RGB
CMYK
RGB Variations
Color information
#194A1F (or 0x194A1F) is known color: Myrtle. HEX triplet: 19, 4A and 1F. RGB value is (25,74,31). Sum of RGB (Red+Green+Blue) = 25+74+31=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #194A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A1F is #E6B5E0. Grayscale: #363636. Windows color (decimal): -15119841 or 2050585. OLE color: 2050585.
HSL color Cylindrical-coordinate representation of color #194A1F: hue angle of 127.35º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194A1F is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 31 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.71 |
| HSL | 127.35º | 0.49% | 0.19% | - |
| HSV(B) | 127.35º | 0.66% | 0.29% | - |
| XYZ | 3.1 | 5.2 | 2.14 | - |
| YUV | 54.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 31 | 0.66 | 0 | 0.58 | 0.71 | 127.35 | 0.49 | 0.19 |
| Hex | 19 | 4A | 1F | 42 | 0 | 3A | 47 | 7F | 31 | 13 |
| Octal | 31 | 112 | 37 | 102 | 0 | 72 | 107 | 177 | 61 | 23 |
| Binary | 11001 | 1001010 | 11111 | 1000010 | 0 | 111010 | 1000111 | 1111111 | 110001 | 10011 |
Color Harmonies of #194A1F
Complementary color
Monochromatic Colors of #194A1F
Black with #194A1F
Text Example
Text Example
White with #194A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A1F; }
p { color: rgb(25,74,31); }
H1.HeaderClassName
{
color: #194A1F;
}
.AnyTagClassName
{
color: #194A1F;
}
</style>
background-color css
<style>
a { background-color: #194A1F; }
a { background-color: rgb(25,74,31); }
div.DivClassName
{
background-color: #194A1F;
}
.BgClassName
{
background-color: #194A1F;
}
</style>
border-color css
<style>
span { border-color: #194A1F; }
span { border-color: rgb(25,74,31); }
td.TdClassName
{
border-color: #194A1F;
}
.TagClassName
{
border-color: #194A1F;
}
</style>