Shades of Myrtle #194701
Tints of Myrtle #194701
RGB
CMYK
RGB Variations
Color information
#194701 (or 0x194701) is known color: Myrtle. HEX triplet: 19, 47 and 01. RGB value is (25,71,1). Sum of RGB (Red+Green+Blue) = 25+71+1=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #194701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194701 is #E6B8FE. Grayscale: #313131. Windows color (decimal): -15120639 or 83737. OLE color: 83737.
HSL color Cylindrical-coordinate representation of color #194701: hue angle of 99.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #194701 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.72 |
| HSL | 99.43º | 0.97% | 0.14% | - |
| HSV(B) | 99.43º | 0.99% | 0.28% | - |
| XYZ | 2.66 | 4.72 | 0.8 | - |
| YUV | 49.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 1 | 0.65 | 0 | 0.99 | 0.72 | 99.43 | 0.97 | 0.14 |
| Hex | 19 | 47 | 1 | 41 | 0 | 63 | 48 | 63 | 61 | E |
| Octal | 31 | 107 | 1 | 101 | 0 | 143 | 110 | 143 | 141 | 16 |
| Binary | 11001 | 1000111 | 1 | 1000001 | 0 | 1100011 | 1001000 | 1100011 | 1100001 | 1110 |
Color Harmonies of #194701
Complementary color
Monochromatic Colors of #194701
Black with #194701
Text Example
Text Example
White with #194701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194701; }
p { color: rgb(25,71,1); }
H1.HeaderClassName
{
color: #194701;
}
.AnyTagClassName
{
color: #194701;
}
</style>
background-color css
<style>
a { background-color: #194701; }
a { background-color: rgb(25,71,1); }
div.DivClassName
{
background-color: #194701;
}
.BgClassName
{
background-color: #194701;
}
</style>
border-color css
<style>
span { border-color: #194701; }
span { border-color: rgb(25,71,1); }
td.TdClassName
{
border-color: #194701;
}
.TagClassName
{
border-color: #194701;
}
</style>