Shades of Mountain Meadow #13B076
Tints of Mountain Meadow #13B076
RGB
CMYK
RGB Variations
Color information
#13B076 (or 0x13B076) is known color: Mountain Meadow. HEX triplet: 13, B0 and 76. RGB value is (19,176,118). Sum of RGB (Red+Green+Blue) = 19+176+118=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #13B076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B076 is #EC4F89. Grayscale: #7A7A7A. Windows color (decimal): -15486858 or 7778323. OLE color: 7778323.
HSL color Cylindrical-coordinate representation of color #13B076: hue angle of 157.83º 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 #13B076 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 118 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.31 |
| HSL | 157.83º | 0.81% | 0.38% | - |
| HSV(B) | 157.83º | 0.89% | 0.69% | - |
| XYZ | 19.06 | 32.5 | 22.41 | - |
| YUV | 122.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 118 | 0.89 | 0 | 0.33 | 0.31 | 157.83 | 0.81 | 0.38 |
| Hex | 13 | B0 | 76 | 59 | 0 | 21 | 1F | 9E | 51 | 26 |
| Octal | 23 | 260 | 166 | 131 | 0 | 41 | 37 | 236 | 121 | 46 |
| Binary | 10011 | 10110000 | 1110110 | 1011001 | 0 | 100001 | 11111 | 10011110 | 1010001 | 100110 |
Color Harmonies of #13B076
Complementary color
Monochromatic Colors of #13B076
Black with #13B076
Text Example
Text Example
White with #13B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B076; }
p { color: rgb(19,176,118); }
H1.HeaderClassName
{
color: #13B076;
}
.AnyTagClassName
{
color: #13B076;
}
</style>
background-color css
<style>
a { background-color: #13B076; }
a { background-color: rgb(19,176,118); }
div.DivClassName
{
background-color: #13B076;
}
.BgClassName
{
background-color: #13B076;
}
</style>
border-color css
<style>
span { border-color: #13B076; }
span { border-color: rgb(19,176,118); }
td.TdClassName
{
border-color: #13B076;
}
.TagClassName
{
border-color: #13B076;
}
</style>