Shades of Mountain Meadow #13B589
Tints of Mountain Meadow #13B589
RGB
CMYK
RGB Variations
Color information
#13B589 (or 0x13B589) is known color: Mountain Meadow. HEX triplet: 13, B5 and 89. RGB value is (19,181,137). Sum of RGB (Red+Green+Blue) = 19+181+137=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #13B589 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B589 is #EC4A76. Grayscale: #7F7F7F. Windows color (decimal): -15485559 or 9024787. OLE color: 9024787.
HSL color Cylindrical-coordinate representation of color #13B589: hue angle of 163.7º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B589 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 137 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.29 |
| HSL | 163.7º | 0.81% | 0.39% | - |
| HSV(B) | 163.7º | 0.9% | 0.71% | - |
| XYZ | 21.31 | 34.99 | 29.3 | - |
| YUV | 127.55 | 133.33 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 137 | 0.90 | 0 | 0.24 | 0.29 | 163.7 | 0.81 | 0.39 |
| Hex | 13 | B5 | 89 | 5A | 0 | 18 | 1D | A4 | 51 | 27 |
| Octal | 23 | 265 | 211 | 132 | 0 | 30 | 35 | 244 | 121 | 47 |
| Binary | 10011 | 10110101 | 10001001 | 1011010 | 0 | 11000 | 11101 | 10100100 | 1010001 | 100111 |
Color Harmonies of #13B589
Complementary color
Monochromatic Colors of #13B589
Black with #13B589
Text Example
Text Example
White with #13B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B589; }
p { color: rgb(19,181,137); }
H1.HeaderClassName
{
color: #13B589;
}
.AnyTagClassName
{
color: #13B589;
}
</style>
background-color css
<style>
a { background-color: #13B589; }
a { background-color: rgb(19,181,137); }
div.DivClassName
{
background-color: #13B589;
}
.BgClassName
{
background-color: #13B589;
}
</style>
border-color css
<style>
span { border-color: #13B589; }
span { border-color: rgb(19,181,137); }
td.TdClassName
{
border-color: #13B589;
}
.TagClassName
{
border-color: #13B589;
}
</style>