Shades of Mountain Meadow #13C373
Tints of Mountain Meadow #13C373
RGB
CMYK
RGB Variations
Color information
#13C373 (or 0x13C373) is known color: Mountain Meadow. HEX triplet: 13, C3 and 73. RGB value is (19,195,115). Sum of RGB (Red+Green+Blue) = 19+195+115=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #13C373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C373 is #EC3C8C. Grayscale: #858585. Windows color (decimal): -15481997 or 7586579. OLE color: 7586579.
HSL color Cylindrical-coordinate representation of color #13C373: hue angle of 152.73º 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 #13C373 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 115 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.24 |
| HSL | 152.73º | 0.82% | 0.42% | - |
| HSV(B) | 152.73º | 0.9% | 0.76% | - |
| XYZ | 22.88 | 40.41 | 22.81 | - |
| YUV | 133.26 | 117.69 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 115 | 0.90 | 0 | 0.41 | 0.24 | 152.73 | 0.82 | 0.42 |
| Hex | 13 | C3 | 73 | 5A | 0 | 29 | 18 | 99 | 52 | 2A |
| Octal | 23 | 303 | 163 | 132 | 0 | 51 | 30 | 231 | 122 | 52 |
| Binary | 10011 | 11000011 | 1110011 | 1011010 | 0 | 101001 | 11000 | 10011001 | 1010010 | 101010 |
Color Harmonies of #13C373
Complementary color
Monochromatic Colors of #13C373
Black with #13C373
Text Example
Text Example
White with #13C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C373; }
p { color: rgb(19,195,115); }
H1.HeaderClassName
{
color: #13C373;
}
.AnyTagClassName
{
color: #13C373;
}
</style>
background-color css
<style>
a { background-color: #13C373; }
a { background-color: rgb(19,195,115); }
div.DivClassName
{
background-color: #13C373;
}
.BgClassName
{
background-color: #13C373;
}
</style>
border-color css
<style>
span { border-color: #13C373; }
span { border-color: rgb(19,195,115); }
td.TdClassName
{
border-color: #13C373;
}
.TagClassName
{
border-color: #13C373;
}
</style>