Shades of Myrtle #194907
Tints of Myrtle #194907
RGB
CMYK
RGB Variations
Color information
#194907 (or 0x194907) is known color: Myrtle. HEX triplet: 19, 49 and 07. RGB value is (25,73,7). Sum of RGB (Red+Green+Blue) = 25+73+7=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #194907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194907 is #E6B6F8. Grayscale: #333333. Windows color (decimal): -15120121 or 477465. OLE color: 477465.
HSL color Cylindrical-coordinate representation of color #194907: hue angle of 103.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194907 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 7 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.71 |
| HSL | 103.64º | 0.83% | 0.16% | - |
| HSV(B) | 103.64º | 0.9% | 0.29% | - |
| XYZ | 2.82 | 4.99 | 1.01 | - |
| YUV | 51.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 7 | 0.66 | 0 | 0.90 | 0.71 | 103.64 | 0.83 | 0.16 |
| Hex | 19 | 49 | 7 | 42 | 0 | 5A | 47 | 68 | 52 | 10 |
| Octal | 31 | 111 | 7 | 102 | 0 | 132 | 107 | 150 | 122 | 20 |
| Binary | 11001 | 1001001 | 111 | 1000010 | 0 | 1011010 | 1000111 | 1101000 | 1010010 | 10000 |
Color Harmonies of #194907
Complementary color
Monochromatic Colors of #194907
Black with #194907
Text Example
Text Example
White with #194907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194907; }
p { color: rgb(25,73,7); }
H1.HeaderClassName
{
color: #194907;
}
.AnyTagClassName
{
color: #194907;
}
</style>
background-color css
<style>
a { background-color: #194907; }
a { background-color: rgb(25,73,7); }
div.DivClassName
{
background-color: #194907;
}
.BgClassName
{
background-color: #194907;
}
</style>
border-color css
<style>
span { border-color: #194907; }
span { border-color: rgb(25,73,7); }
td.TdClassName
{
border-color: #194907;
}
.TagClassName
{
border-color: #194907;
}
</style>