Shades of Mountain Meadow #04B386
Tints of Mountain Meadow #04B386
RGB
CMYK
RGB Variations
Color information
#04B386 (or 0x04B386) is known color: Mountain Meadow. HEX triplet: 04, B3 and 86. RGB value is (4,179,134). Sum of RGB (Red+Green+Blue) = 4+179+134=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #04B386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B386 is #FB4C79. Grayscale: #797979. Windows color (decimal): -16469114 or 8827652. OLE color: 8827652.
HSL color Cylindrical-coordinate representation of color #04B386: hue angle of 164.57º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B386 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 179 | 134 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.30 |
| HSL | 164.57º | 0.96% | 0.36% | - |
| HSV(B) | 164.57º | 0.98% | 0.7% | - |
| XYZ | 20.47 | 33.99 | 28.04 | - |
| YUV | 121.55 | 135.02 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 179 | 134 | 0.98 | 0 | 0.25 | 0.30 | 164.57 | 0.96 | 0.36 |
| Hex | 4 | B3 | 86 | 62 | 0 | 19 | 1E | A5 | 60 | 24 |
| Octal | 4 | 263 | 206 | 142 | 0 | 31 | 36 | 245 | 140 | 44 |
| Binary | 100 | 10110011 | 10000110 | 1100010 | 0 | 11001 | 11110 | 10100101 | 1100000 | 100100 |
Color Harmonies of #04B386
Complementary color
Monochromatic Colors of #04B386
Black with #04B386
Text Example
Text Example
White with #04B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B386; }
p { color: rgb(4,179,134); }
H1.HeaderClassName
{
color: #04B386;
}
.AnyTagClassName
{
color: #04B386;
}
</style>
background-color css
<style>
a { background-color: #04B386; }
a { background-color: rgb(4,179,134); }
div.DivClassName
{
background-color: #04B386;
}
.BgClassName
{
background-color: #04B386;
}
</style>
border-color css
<style>
span { border-color: #04B386; }
span { border-color: rgb(4,179,134); }
td.TdClassName
{
border-color: #04B386;
}
.TagClassName
{
border-color: #04B386;
}
</style>