Shades of Mountain Meadow #13B78B
Tints of Mountain Meadow #13B78B
RGB
CMYK
RGB Variations
Color information
#13B78B (or 0x13B78B) is known color: Mountain Meadow. HEX triplet: 13, B7 and 8B. RGB value is (19,183,139). Sum of RGB (Red+Green+Blue) = 19+183+139=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #13B78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B78B is #EC4874. Grayscale: #808080. Windows color (decimal): -15485045 or 9156371. OLE color: 9156371.
HSL color Cylindrical-coordinate representation of color #13B78B: hue angle of 163.9º 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 #13B78B is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 183 | 139 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.28 |
| HSL | 163.9º | 0.81% | 0.4% | - |
| HSV(B) | 163.9º | 0.9% | 0.72% | - |
| XYZ | 21.86 | 35.87 | 30.2 | - |
| YUV | 128.95 | 133.67 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 183 | 139 | 0.90 | 0 | 0.24 | 0.28 | 163.9 | 0.81 | 0.4 |
| Hex | 13 | B7 | 8B | 5A | 0 | 18 | 1C | A4 | 51 | 28 |
| Octal | 23 | 267 | 213 | 132 | 0 | 30 | 34 | 244 | 121 | 50 |
| Binary | 10011 | 10110111 | 10001011 | 1011010 | 0 | 11000 | 11100 | 10100100 | 1010001 | 101000 |
Color Harmonies of #13B78B
Complementary color
Monochromatic Colors of #13B78B
Black with #13B78B
Text Example
Text Example
White with #13B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B78B; }
p { color: rgb(19,183,139); }
H1.HeaderClassName
{
color: #13B78B;
}
.AnyTagClassName
{
color: #13B78B;
}
</style>
background-color css
<style>
a { background-color: #13B78B; }
a { background-color: rgb(19,183,139); }
div.DivClassName
{
background-color: #13B78B;
}
.BgClassName
{
background-color: #13B78B;
}
</style>
border-color css
<style>
span { border-color: #13B78B; }
span { border-color: rgb(19,183,139); }
td.TdClassName
{
border-color: #13B78B;
}
.TagClassName
{
border-color: #13B78B;
}
</style>