Shades of Mountain Meadow #13B389
Tints of Mountain Meadow #13B389
RGB
CMYK
RGB Variations
Color information
#13B389 (or 0x13B389) is known color: Mountain Meadow. HEX triplet: 13, B3 and 89. RGB value is (19,179,137). Sum of RGB (Red+Green+Blue) = 19+179+137=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #13B389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B389 is #EC4C76. Grayscale: #7E7E7E. Windows color (decimal): -15486071 or 9024275. OLE color: 9024275.
HSL color Cylindrical-coordinate representation of color #13B389: hue angle of 164.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B389 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 179 | 137 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.30 |
| HSL | 164.25º | 0.81% | 0.39% | - |
| HSV(B) | 164.25º | 0.89% | 0.7% | - |
| XYZ | 20.9 | 34.18 | 29.16 | - |
| YUV | 126.37 | 133.99 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 137 | 0.89 | 0 | 0.23 | 0.30 | 164.25 | 0.81 | 0.39 |
| Hex | 13 | B3 | 89 | 59 | 0 | 17 | 1E | A4 | 51 | 27 |
| Octal | 23 | 263 | 211 | 131 | 0 | 27 | 36 | 244 | 121 | 47 |
| Binary | 10011 | 10110011 | 10001001 | 1011001 | 0 | 10111 | 11110 | 10100100 | 1010001 | 100111 |
Color Harmonies of #13B389
Complementary color
Monochromatic Colors of #13B389
Black with #13B389
Text Example
Text Example
White with #13B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B389; }
p { color: rgb(19,179,137); }
H1.HeaderClassName
{
color: #13B389;
}
.AnyTagClassName
{
color: #13B389;
}
</style>
background-color css
<style>
a { background-color: #13B389; }
a { background-color: rgb(19,179,137); }
div.DivClassName
{
background-color: #13B389;
}
.BgClassName
{
background-color: #13B389;
}
</style>
border-color css
<style>
span { border-color: #13B389; }
span { border-color: rgb(19,179,137); }
td.TdClassName
{
border-color: #13B389;
}
.TagClassName
{
border-color: #13B389;
}
</style>