Shades of Mountain Meadow #13B374
Tints of Mountain Meadow #13B374
RGB
CMYK
RGB Variations
Color information
#13B374 (or 0x13B374) is known color: Mountain Meadow. HEX triplet: 13, B3 and 74. RGB value is (19,179,116). Sum of RGB (Red+Green+Blue) = 19+179+116=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #13B374 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B374 is #EC4C8B. Grayscale: #7C7C7C. Windows color (decimal): -15486092 or 7648019. OLE color: 7648019.
HSL color Cylindrical-coordinate representation of color #13B374: hue angle of 156.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B374 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 179 | 116 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.30 |
| HSL | 156.38º | 0.81% | 0.39% | - |
| HSV(B) | 156.38º | 0.89% | 0.7% | - |
| XYZ | 19.54 | 33.64 | 21.99 | - |
| YUV | 123.98 | 123.49 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 116 | 0.89 | 0 | 0.35 | 0.30 | 156.38 | 0.81 | 0.39 |
| Hex | 13 | B3 | 74 | 59 | 0 | 23 | 1E | 9C | 51 | 27 |
| Octal | 23 | 263 | 164 | 131 | 0 | 43 | 36 | 234 | 121 | 47 |
| Binary | 10011 | 10110011 | 1110100 | 1011001 | 0 | 100011 | 11110 | 10011100 | 1010001 | 100111 |
Color Harmonies of #13B374
Complementary color
Monochromatic Colors of #13B374
Black with #13B374
Text Example
Text Example
White with #13B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B374; }
p { color: rgb(19,179,116); }
H1.HeaderClassName
{
color: #13B374;
}
.AnyTagClassName
{
color: #13B374;
}
</style>
background-color css
<style>
a { background-color: #13B374; }
a { background-color: rgb(19,179,116); }
div.DivClassName
{
background-color: #13B374;
}
.BgClassName
{
background-color: #13B374;
}
</style>
border-color css
<style>
span { border-color: #13B374; }
span { border-color: rgb(19,179,116); }
td.TdClassName
{
border-color: #13B374;
}
.TagClassName
{
border-color: #13B374;
}
</style>