Shades of Myrtle #194800
Tints of Myrtle #194800
RGB
CMYK
RGB Variations
Color information
#194800 (or 0x194800) is known color: Myrtle. HEX triplet: 19, 48 and 00. RGB value is (25,72,0). Sum of RGB (Red+Green+Blue) = 25+72+0=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #194800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194800 is #E6B7FF. Grayscale: #313131. Windows color (decimal): -15120384 or 18457. OLE color: 18457.
HSL color Cylindrical-coordinate representation of color #194800: hue angle of 99.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #194800 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.72 |
| HSL | 99.17º | 1% | 0.14% | - |
| HSV(B) | 99.17º | 1% | 0.28% | - |
| XYZ | 2.72 | 4.84 | 0.79 | - |
| YUV | 49.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 0 | 0.65 | 0 | 1 | 0.72 | 99.17 | 1 | 0.14 |
| Hex | 19 | 48 | 0 | 41 | 0 | 64 | 48 | 63 | 64 | E |
| Octal | 31 | 110 | 0 | 101 | 0 | 144 | 110 | 143 | 144 | 16 |
| Binary | 11001 | 1001000 | 0 | 1000001 | 0 | 1100100 | 1001000 | 1100011 | 1100100 | 1110 |
Color Harmonies of #194800
Complementary color
Monochromatic Colors of #194800
Black with #194800
Text Example
Text Example
White with #194800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194800; }
p { color: rgb(25,72,0); }
H1.HeaderClassName
{
color: #194800;
}
.AnyTagClassName
{
color: #194800;
}
</style>
background-color css
<style>
a { background-color: #194800; }
a { background-color: rgb(25,72,0); }
div.DivClassName
{
background-color: #194800;
}
.BgClassName
{
background-color: #194800;
}
</style>
border-color css
<style>
span { border-color: #194800; }
span { border-color: rgb(25,72,0); }
td.TdClassName
{
border-color: #194800;
}
.TagClassName
{
border-color: #194800;
}
</style>