Shades of Mountain Meadow #13C577
Tints of Mountain Meadow #13C577
RGB
CMYK
RGB Variations
Color information
#13C577 (or 0x13C577) is known color: Mountain Meadow. HEX triplet: 13, C5 and 77. RGB value is (19,197,119). Sum of RGB (Red+Green+Blue) = 19+197+119=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #13C577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C577 is #EC3A88. Grayscale: #878787. Windows color (decimal): -15481481 or 7849235. OLE color: 7849235.
HSL color Cylindrical-coordinate representation of color #13C577: hue angle of 153.71º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C577 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 119 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.23 |
| HSL | 153.71º | 0.82% | 0.42% | - |
| HSV(B) | 153.71º | 0.9% | 0.77% | - |
| XYZ | 23.56 | 41.4 | 24.2 | - |
| YUV | 134.89 | 119.03 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 119 | 0.90 | 0 | 0.40 | 0.23 | 153.71 | 0.82 | 0.42 |
| Hex | 13 | C5 | 77 | 5A | 0 | 28 | 17 | 9A | 52 | 2A |
| Octal | 23 | 305 | 167 | 132 | 0 | 50 | 27 | 232 | 122 | 52 |
| Binary | 10011 | 11000101 | 1110111 | 1011010 | 0 | 101000 | 10111 | 10011010 | 1010010 | 101010 |
Color Harmonies of #13C577
Complementary color
Monochromatic Colors of #13C577
Black with #13C577
Text Example
Text Example
White with #13C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C577; }
p { color: rgb(19,197,119); }
H1.HeaderClassName
{
color: #13C577;
}
.AnyTagClassName
{
color: #13C577;
}
</style>
background-color css
<style>
a { background-color: #13C577; }
a { background-color: rgb(19,197,119); }
div.DivClassName
{
background-color: #13C577;
}
.BgClassName
{
background-color: #13C577;
}
</style>
border-color css
<style>
span { border-color: #13C577; }
span { border-color: rgb(19,197,119); }
td.TdClassName
{
border-color: #13C577;
}
.TagClassName
{
border-color: #13C577;
}
</style>