Shades of Ocean Green #4DB384
Tints of Ocean Green #4DB384
RGB
CMYK
RGB Variations
Color information
#4DB384 (or 0x4DB384) is known color: Ocean Green. HEX triplet: 4D, B3 and 84. RGB value is (77,179,132). Sum of RGB (Red+Green+Blue) = 77+179+132=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB384 is #B24C7B. Grayscale: #8F8F8F. Windows color (decimal): -11684988 or 8696653. OLE color: 8696653.
HSL color Cylindrical-coordinate representation of color #4DB384: hue angle of 152.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB384 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 132 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.30 |
| HSL | 152.35º | 0.4% | 0.5% | - |
| HSV(B) | 152.35º | 0.57% | 0.7% | - |
| XYZ | 23.35 | 35.48 | 27.45 | - |
| YUV | 143.14 | 121.71 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 132 | 0.57 | 0 | 0.26 | 0.30 | 152.35 | 0.4 | 0.5 |
| Hex | 4D | B3 | 84 | 39 | 0 | 1A | 1E | 98 | 28 | 32 |
| Octal | 115 | 263 | 204 | 71 | 0 | 32 | 36 | 230 | 50 | 62 |
| Binary | 1001101 | 10110011 | 10000100 | 111001 | 0 | 11010 | 11110 | 10011000 | 101000 | 110010 |
Color Harmonies of #4DB384
Complementary color
Monochromatic Colors of #4DB384
Black with #4DB384
Text Example
Text Example
White with #4DB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB384; }
p { color: rgb(77,179,132); }
H1.HeaderClassName
{
color: #4DB384;
}
.AnyTagClassName
{
color: #4DB384;
}
</style>
background-color css
<style>
a { background-color: #4DB384; }
a { background-color: rgb(77,179,132); }
div.DivClassName
{
background-color: #4DB384;
}
.BgClassName
{
background-color: #4DB384;
}
</style>
border-color css
<style>
span { border-color: #4DB384; }
span { border-color: rgb(77,179,132); }
td.TdClassName
{
border-color: #4DB384;
}
.TagClassName
{
border-color: #4DB384;
}
</style>