Shades of Mountain Meadow #13C478
Tints of Mountain Meadow #13C478
RGB
CMYK
RGB Variations
Color information
#13C478 (or 0x13C478) is known color: Mountain Meadow. HEX triplet: 13, C4 and 78. RGB value is (19,196,120). Sum of RGB (Red+Green+Blue) = 19+196+120=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #13C478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C478 is #EC3B87. Grayscale: #868686. Windows color (decimal): -15481736 or 7914515. OLE color: 7914515.
HSL color Cylindrical-coordinate representation of color #13C478: hue angle of 154.24º 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 #13C478 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 120 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.23 |
| HSL | 154.24º | 0.82% | 0.42% | - |
| HSV(B) | 154.24º | 0.9% | 0.77% | - |
| XYZ | 23.4 | 40.97 | 24.44 | - |
| YUV | 134.41 | 119.86 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 120 | 0.90 | 0 | 0.39 | 0.23 | 154.24 | 0.82 | 0.42 |
| Hex | 13 | C4 | 78 | 5A | 0 | 27 | 17 | 9A | 52 | 2A |
| Octal | 23 | 304 | 170 | 132 | 0 | 47 | 27 | 232 | 122 | 52 |
| Binary | 10011 | 11000100 | 1111000 | 1011010 | 0 | 100111 | 10111 | 10011010 | 1010010 | 101010 |
Color Harmonies of #13C478
Complementary color
Monochromatic Colors of #13C478
Black with #13C478
Text Example
Text Example
White with #13C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C478; }
p { color: rgb(19,196,120); }
H1.HeaderClassName
{
color: #13C478;
}
.AnyTagClassName
{
color: #13C478;
}
</style>
background-color css
<style>
a { background-color: #13C478; }
a { background-color: rgb(19,196,120); }
div.DivClassName
{
background-color: #13C478;
}
.BgClassName
{
background-color: #13C478;
}
</style>
border-color css
<style>
span { border-color: #13C478; }
span { border-color: rgb(19,196,120); }
td.TdClassName
{
border-color: #13C478;
}
.TagClassName
{
border-color: #13C478;
}
</style>