Shades of Myrtle #194913
Tints of Myrtle #194913
RGB
CMYK
RGB Variations
Color information
#194913 (or 0x194913) is known color: Myrtle. HEX triplet: 19, 49 and 13. RGB value is (25,73,19). Sum of RGB (Red+Green+Blue) = 25+73+19=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #194913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194913 is #E6B6EC. Grayscale: #343434. Windows color (decimal): -15120109 or 1263897. OLE color: 1263897.
HSL color Cylindrical-coordinate representation of color #194913: hue angle of 113.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194913 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 19 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.71 |
| HSL | 113.33º | 0.59% | 0.18% | - |
| HSV(B) | 113.33º | 0.74% | 0.29% | - |
| XYZ | 2.9 | 5.02 | 1.43 | - |
| YUV | 52.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 19 | 0.66 | 0 | 0.74 | 0.71 | 113.33 | 0.59 | 0.18 |
| Hex | 19 | 49 | 13 | 42 | 0 | 4A | 47 | 71 | 3B | 12 |
| Octal | 31 | 111 | 23 | 102 | 0 | 112 | 107 | 161 | 73 | 22 |
| Binary | 11001 | 1001001 | 10011 | 1000010 | 0 | 1001010 | 1000111 | 1110001 | 111011 | 10010 |
Color Harmonies of #194913
Complementary color
Monochromatic Colors of #194913
Black with #194913
Text Example
Text Example
White with #194913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194913; }
p { color: rgb(25,73,19); }
H1.HeaderClassName
{
color: #194913;
}
.AnyTagClassName
{
color: #194913;
}
</style>
background-color css
<style>
a { background-color: #194913; }
a { background-color: rgb(25,73,19); }
div.DivClassName
{
background-color: #194913;
}
.BgClassName
{
background-color: #194913;
}
</style>
border-color css
<style>
span { border-color: #194913; }
span { border-color: rgb(25,73,19); }
td.TdClassName
{
border-color: #194913;
}
.TagClassName
{
border-color: #194913;
}
</style>