Shades of Mountain Meadow #19B672
Tints of Mountain Meadow #19B672
RGB
CMYK
RGB Variations
Color information
#19B672 (or 0x19B672) is known color: Mountain Meadow. HEX triplet: 19, B6 and 72. RGB value is (25,182,114). Sum of RGB (Red+Green+Blue) = 25+182+114=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #19B672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B672 is #E6498D. Grayscale: #7F7F7F. Windows color (decimal): -15092110 or 7517721. OLE color: 7517721.
HSL color Cylindrical-coordinate representation of color #19B672: hue angle of 154.01º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B672 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 182 | 114 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.29 |
| HSL | 154.01º | 0.76% | 0.41% | - |
| HSV(B) | 154.01º | 0.86% | 0.71% | - |
| XYZ | 20.17 | 34.88 | 21.59 | - |
| YUV | 127.31 | 120.49 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 182 | 114 | 0.86 | 0 | 0.37 | 0.29 | 154.01 | 0.76 | 0.41 |
| Hex | 19 | B6 | 72 | 56 | 0 | 25 | 1D | 9A | 4C | 29 |
| Octal | 31 | 266 | 162 | 126 | 0 | 45 | 35 | 232 | 114 | 51 |
| Binary | 11001 | 10110110 | 1110010 | 1010110 | 0 | 100101 | 11101 | 10011010 | 1001100 | 101001 |
Color Harmonies of #19B672
Complementary color
Monochromatic Colors of #19B672
Black with #19B672
Text Example
Text Example
White with #19B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B672; }
p { color: rgb(25,182,114); }
H1.HeaderClassName
{
color: #19B672;
}
.AnyTagClassName
{
color: #19B672;
}
</style>
background-color css
<style>
a { background-color: #19B672; }
a { background-color: rgb(25,182,114); }
div.DivClassName
{
background-color: #19B672;
}
.BgClassName
{
background-color: #19B672;
}
</style>
border-color css
<style>
span { border-color: #19B672; }
span { border-color: rgb(25,182,114); }
td.TdClassName
{
border-color: #19B672;
}
.TagClassName
{
border-color: #19B672;
}
</style>