Shades of Mountain Meadow #13B073
Tints of Mountain Meadow #13B073
RGB
CMYK
RGB Variations
Color information
#13B073 (or 0x13B073) is known color: Mountain Meadow. HEX triplet: 13, B0 and 73. RGB value is (19,176,115). Sum of RGB (Red+Green+Blue) = 19+176+115=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #13B073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B073 is #EC4F8C. Grayscale: #7A7A7A. Windows color (decimal): -15486861 or 7581715. OLE color: 7581715.
HSL color Cylindrical-coordinate representation of color #13B073: hue angle of 156.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B073 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 115 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.31 |
| HSL | 156.69º | 0.81% | 0.38% | - |
| HSV(B) | 156.69º | 0.89% | 0.69% | - |
| XYZ | 18.89 | 32.43 | 21.48 | - |
| YUV | 122.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 115 | 0.89 | 0 | 0.35 | 0.31 | 156.69 | 0.81 | 0.38 |
| Hex | 13 | B0 | 73 | 59 | 0 | 23 | 1F | 9D | 51 | 26 |
| Octal | 23 | 260 | 163 | 131 | 0 | 43 | 37 | 235 | 121 | 46 |
| Binary | 10011 | 10110000 | 1110011 | 1011001 | 0 | 100011 | 11111 | 10011101 | 1010001 | 100110 |
Color Harmonies of #13B073
Complementary color
Monochromatic Colors of #13B073
Black with #13B073
Text Example
Text Example
White with #13B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B073; }
p { color: rgb(19,176,115); }
H1.HeaderClassName
{
color: #13B073;
}
.AnyTagClassName
{
color: #13B073;
}
</style>
background-color css
<style>
a { background-color: #13B073; }
a { background-color: rgb(19,176,115); }
div.DivClassName
{
background-color: #13B073;
}
.BgClassName
{
background-color: #13B073;
}
</style>
border-color css
<style>
span { border-color: #13B073; }
span { border-color: rgb(19,176,115); }
td.TdClassName
{
border-color: #13B073;
}
.TagClassName
{
border-color: #13B073;
}
</style>