Shades of Mountain Meadow #20B376
Tints of Mountain Meadow #20B376
RGB
CMYK
RGB Variations
Color information
#20B376 (or 0x20B376) is known color: Mountain Meadow. HEX triplet: 20, B3 and 76. RGB value is (32,179,118). Sum of RGB (Red+Green+Blue) = 32+179+118=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #20B376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B376 is #DF4C89. Grayscale: #808080. Windows color (decimal): -14634122 or 7779104. OLE color: 7779104.
HSL color Cylindrical-coordinate representation of color #20B376: hue angle of 155.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B376 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 179 | 118 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.30 |
| HSL | 155.1º | 0.7% | 0.41% | - |
| HSV(B) | 155.1º | 0.82% | 0.7% | - |
| XYZ | 19.99 | 33.86 | 22.62 | - |
| YUV | 128.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 118 | 0.82 | 0 | 0.34 | 0.30 | 155.1 | 0.7 | 0.41 |
| Hex | 20 | B3 | 76 | 52 | 0 | 22 | 1E | 9B | 46 | 29 |
| Octal | 40 | 263 | 166 | 122 | 0 | 42 | 36 | 233 | 106 | 51 |
| Binary | 100000 | 10110011 | 1110110 | 1010010 | 0 | 100010 | 11110 | 10011011 | 1000110 | 101001 |
Color Harmonies of #20B376
Complementary color
Monochromatic Colors of #20B376
Black with #20B376
Text Example
Text Example
White with #20B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B376; }
p { color: rgb(32,179,118); }
H1.HeaderClassName
{
color: #20B376;
}
.AnyTagClassName
{
color: #20B376;
}
</style>
background-color css
<style>
a { background-color: #20B376; }
a { background-color: rgb(32,179,118); }
div.DivClassName
{
background-color: #20B376;
}
.BgClassName
{
background-color: #20B376;
}
</style>
border-color css
<style>
span { border-color: #20B376; }
span { border-color: rgb(32,179,118); }
td.TdClassName
{
border-color: #20B376;
}
.TagClassName
{
border-color: #20B376;
}
</style>