Shades of Mountain Meadow #13A482
Tints of Mountain Meadow #13A482
RGB
CMYK
RGB Variations
Color information
#13A482 (or 0x13A482) is known color: Mountain Meadow. HEX triplet: 13, A4 and 82. RGB value is (19,164,130). Sum of RGB (Red+Green+Blue) = 19+164+130=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #13A482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A482 is #EC5B7D. Grayscale: #747474. Windows color (decimal): -15489918 or 8561683. OLE color: 8561683.
HSL color Cylindrical-coordinate representation of color #13A482: hue angle of 165.93º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A482 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 164 | 130 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.36 |
| HSL | 165.93º | 0.79% | 0.36% | - |
| HSV(B) | 165.93º | 0.88% | 0.64% | - |
| XYZ | 17.57 | 28.3 | 25.66 | - |
| YUV | 116.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 130 | 0.88 | 0 | 0.21 | 0.36 | 165.93 | 0.79 | 0.36 |
| Hex | 13 | A4 | 82 | 58 | 0 | 15 | 24 | A6 | 4F | 24 |
| Octal | 23 | 244 | 202 | 130 | 0 | 25 | 44 | 246 | 117 | 44 |
| Binary | 10011 | 10100100 | 10000010 | 1011000 | 0 | 10101 | 100100 | 10100110 | 1001111 | 100100 |
Color Harmonies of #13A482
Complementary color
Monochromatic Colors of #13A482
Black with #13A482
Text Example
Text Example
White with #13A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A482; }
p { color: rgb(19,164,130); }
H1.HeaderClassName
{
color: #13A482;
}
.AnyTagClassName
{
color: #13A482;
}
</style>
background-color css
<style>
a { background-color: #13A482; }
a { background-color: rgb(19,164,130); }
div.DivClassName
{
background-color: #13A482;
}
.BgClassName
{
background-color: #13A482;
}
</style>
border-color css
<style>
span { border-color: #13A482; }
span { border-color: rgb(19,164,130); }
td.TdClassName
{
border-color: #13A482;
}
.TagClassName
{
border-color: #13A482;
}
</style>