Shades of Mountain Meadow #13C385
Tints of Mountain Meadow #13C385
RGB
CMYK
RGB Variations
Color information
#13C385 (or 0x13C385) is known color: Mountain Meadow. HEX triplet: 13, C3 and 85. RGB value is (19,195,133). Sum of RGB (Red+Green+Blue) = 19+195+133=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #13C385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C385 is #EC3C7A. Grayscale: #878787. Windows color (decimal): -15481979 or 8766227. OLE color: 8766227.
HSL color Cylindrical-coordinate representation of color #13C385: hue angle of 158.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C385 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 133 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.24 |
| HSL | 158.86º | 0.82% | 0.42% | - |
| HSV(B) | 158.86º | 0.9% | 0.76% | - |
| XYZ | 24.02 | 40.86 | 28.81 | - |
| YUV | 135.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 133 | 0.90 | 0 | 0.32 | 0.24 | 158.86 | 0.82 | 0.42 |
| Hex | 13 | C3 | 85 | 5A | 0 | 20 | 18 | 9F | 52 | 2A |
| Octal | 23 | 303 | 205 | 132 | 0 | 40 | 30 | 237 | 122 | 52 |
| Binary | 10011 | 11000011 | 10000101 | 1011010 | 0 | 100000 | 11000 | 10011111 | 1010010 | 101010 |
Color Harmonies of #13C385
Complementary color
Monochromatic Colors of #13C385
Black with #13C385
Text Example
Text Example
White with #13C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C385; }
p { color: rgb(19,195,133); }
H1.HeaderClassName
{
color: #13C385;
}
.AnyTagClassName
{
color: #13C385;
}
</style>
background-color css
<style>
a { background-color: #13C385; }
a { background-color: rgb(19,195,133); }
div.DivClassName
{
background-color: #13C385;
}
.BgClassName
{
background-color: #13C385;
}
</style>
border-color css
<style>
span { border-color: #13C385; }
span { border-color: rgb(19,195,133); }
td.TdClassName
{
border-color: #13C385;
}
.TagClassName
{
border-color: #13C385;
}
</style>