Shades of Myrtle #194A0F
Tints of Myrtle #194A0F
RGB
CMYK
RGB Variations
Color information
#194A0F (or 0x194A0F) is known color: Myrtle. HEX triplet: 19, 4A and 0F. RGB value is (25,74,15). Sum of RGB (Red+Green+Blue) = 25+74+15=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #194A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194A0F is #E6B5F0. Grayscale: #343434. Windows color (decimal): -15119857 or 1002009. OLE color: 1002009.
HSL color Cylindrical-coordinate representation of color #194A0F: hue angle of 109.83º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194A0F is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 15 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.71 |
| HSL | 109.83º | 0.66% | 0.17% | - |
| HSV(B) | 109.83º | 0.8% | 0.29% | - |
| XYZ | 2.94 | 5.14 | 1.29 | - |
| YUV | 52.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 15 | 0.66 | 0 | 0.80 | 0.71 | 109.83 | 0.66 | 0.17 |
| Hex | 19 | 4A | F | 42 | 0 | 50 | 47 | 6E | 42 | 11 |
| Octal | 31 | 112 | 17 | 102 | 0 | 120 | 107 | 156 | 102 | 21 |
| Binary | 11001 | 1001010 | 1111 | 1000010 | 0 | 1010000 | 1000111 | 1101110 | 1000010 | 10001 |
Color Harmonies of #194A0F
Complementary color
Monochromatic Colors of #194A0F
Black with #194A0F
Text Example
Text Example
White with #194A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A0F; }
p { color: rgb(25,74,15); }
H1.HeaderClassName
{
color: #194A0F;
}
.AnyTagClassName
{
color: #194A0F;
}
</style>
background-color css
<style>
a { background-color: #194A0F; }
a { background-color: rgb(25,74,15); }
div.DivClassName
{
background-color: #194A0F;
}
.BgClassName
{
background-color: #194A0F;
}
</style>
border-color css
<style>
span { border-color: #194A0F; }
span { border-color: rgb(25,74,15); }
td.TdClassName
{
border-color: #194A0F;
}
.TagClassName
{
border-color: #194A0F;
}
</style>