Shades of Mountain Meadow #13C38B
Tints of Mountain Meadow #13C38B
RGB
CMYK
RGB Variations
Color information
#13C38B (or 0x13C38B) is known color: Mountain Meadow. HEX triplet: 13, C3 and 8B. RGB value is (19,195,139). Sum of RGB (Red+Green+Blue) = 19+195+139=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #13C38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C38B is #EC3C74. Grayscale: #888888. Windows color (decimal): -15481973 or 9159443. OLE color: 9159443.
HSL color Cylindrical-coordinate representation of color #13C38B: hue angle of 160.91º 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 #13C38B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 139 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.24 |
| HSL | 160.91º | 0.82% | 0.42% | - |
| HSV(B) | 160.91º | 0.9% | 0.76% | - |
| XYZ | 24.44 | 41.03 | 31.06 | - |
| YUV | 135.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 139 | 0.90 | 0 | 0.29 | 0.24 | 160.91 | 0.82 | 0.42 |
| Hex | 13 | C3 | 8B | 5A | 0 | 1D | 18 | A1 | 52 | 2A |
| Octal | 23 | 303 | 213 | 132 | 0 | 35 | 30 | 241 | 122 | 52 |
| Binary | 10011 | 11000011 | 10001011 | 1011010 | 0 | 11101 | 11000 | 10100001 | 1010010 | 101010 |
Color Harmonies of #13C38B
Complementary color
Monochromatic Colors of #13C38B
Black with #13C38B
Text Example
Text Example
White with #13C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C38B; }
p { color: rgb(19,195,139); }
H1.HeaderClassName
{
color: #13C38B;
}
.AnyTagClassName
{
color: #13C38B;
}
</style>
background-color css
<style>
a { background-color: #13C38B; }
a { background-color: rgb(19,195,139); }
div.DivClassName
{
background-color: #13C38B;
}
.BgClassName
{
background-color: #13C38B;
}
</style>
border-color css
<style>
span { border-color: #13C38B; }
span { border-color: rgb(19,195,139); }
td.TdClassName
{
border-color: #13C38B;
}
.TagClassName
{
border-color: #13C38B;
}
</style>