Shades of Mountain Meadow #13B77D
Tints of Mountain Meadow #13B77D
RGB
CMYK
RGB Variations
Color information
#13B77D (or 0x13B77D) is known color: Mountain Meadow. HEX triplet: 13, B7 and 7D. RGB value is (19,183,125). Sum of RGB (Red+Green+Blue) = 19+183+125=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #13B77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B77D is #EC4882. Grayscale: #7F7F7F. Windows color (decimal): -15485059 or 8238867. OLE color: 8238867.
HSL color Cylindrical-coordinate representation of color #13B77D: hue angle of 158.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B77D is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 125 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.28 |
| HSL | 158.78º | 0.81% | 0.4% | - |
| HSV(B) | 158.78º | 0.9% | 0.72% | - |
| XYZ | 20.9 | 35.49 | 25.15 | - |
| YUV | 127.35 | 126.67 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 125 | 0.90 | 0 | 0.32 | 0.28 | 158.78 | 0.81 | 0.4 |
| Hex | 13 | B7 | 7D | 5A | 0 | 20 | 1C | 9F | 51 | 28 |
| Octal | 23 | 267 | 175 | 132 | 0 | 40 | 34 | 237 | 121 | 50 |
| Binary | 10011 | 10110111 | 1111101 | 1011010 | 0 | 100000 | 11100 | 10011111 | 1010001 | 101000 |
Color Harmonies of #13B77D
Complementary color
Monochromatic Colors of #13B77D
Black with #13B77D
Text Example
Text Example
White with #13B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B77D; }
p { color: rgb(19,183,125); }
H1.HeaderClassName
{
color: #13B77D;
}
.AnyTagClassName
{
color: #13B77D;
}
</style>
background-color css
<style>
a { background-color: #13B77D; }
a { background-color: rgb(19,183,125); }
div.DivClassName
{
background-color: #13B77D;
}
.BgClassName
{
background-color: #13B77D;
}
</style>
border-color css
<style>
span { border-color: #13B77D; }
span { border-color: rgb(19,183,125); }
td.TdClassName
{
border-color: #13B77D;
}
.TagClassName
{
border-color: #13B77D;
}
</style>