Shades of Mountain Meadow #13B574
Tints of Mountain Meadow #13B574
RGB
CMYK
RGB Variations
Color information
#13B574 (or 0x13B574) is known color: Mountain Meadow. HEX triplet: 13, B5 and 74. RGB value is (19,181,116). Sum of RGB (Red+Green+Blue) = 19+181+116=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #13B574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B574 is #EC4A8B. Grayscale: #7D7D7D. Windows color (decimal): -15485580 or 7648531. OLE color: 7648531.
HSL color Cylindrical-coordinate representation of color #13B574: hue angle of 155.93º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B574 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 116 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.29 |
| HSL | 155.93º | 0.81% | 0.39% | - |
| HSV(B) | 155.93º | 0.9% | 0.71% | - |
| XYZ | 19.94 | 34.45 | 22.12 | - |
| YUV | 125.15 | 122.83 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 116 | 0.90 | 0 | 0.36 | 0.29 | 155.93 | 0.81 | 0.39 |
| Hex | 13 | B5 | 74 | 5A | 0 | 24 | 1D | 9C | 51 | 27 |
| Octal | 23 | 265 | 164 | 132 | 0 | 44 | 35 | 234 | 121 | 47 |
| Binary | 10011 | 10110101 | 1110100 | 1011010 | 0 | 100100 | 11101 | 10011100 | 1010001 | 100111 |
Color Harmonies of #13B574
Complementary color
Monochromatic Colors of #13B574
Black with #13B574
Text Example
Text Example
White with #13B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B574; }
p { color: rgb(19,181,116); }
H1.HeaderClassName
{
color: #13B574;
}
.AnyTagClassName
{
color: #13B574;
}
</style>
background-color css
<style>
a { background-color: #13B574; }
a { background-color: rgb(19,181,116); }
div.DivClassName
{
background-color: #13B574;
}
.BgClassName
{
background-color: #13B574;
}
</style>
border-color css
<style>
span { border-color: #13B574; }
span { border-color: rgb(19,181,116); }
td.TdClassName
{
border-color: #13B574;
}
.TagClassName
{
border-color: #13B574;
}
</style>