Shades of Ocean Green #4DB584
Tints of Ocean Green #4DB584
RGB
CMYK
RGB Variations
Color information
#4DB584 (or 0x4DB584) is known color: Ocean Green. HEX triplet: 4D, B5 and 84. RGB value is (77,181,132). Sum of RGB (Red+Green+Blue) = 77+181+132=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB584 is #B24A7B. Grayscale: #909090. Windows color (decimal): -11684476 or 8697165. OLE color: 8697165.
HSL color Cylindrical-coordinate representation of color #4DB584: hue angle of 151.73º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB584 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 132 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.29 |
| HSL | 151.73º | 0.41% | 0.51% | - |
| HSV(B) | 151.73º | 0.57% | 0.71% | - |
| XYZ | 23.75 | 36.29 | 27.58 | - |
| YUV | 144.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 132 | 0.57 | 0 | 0.27 | 0.29 | 151.73 | 0.41 | 0.51 |
| Hex | 4D | B5 | 84 | 39 | 0 | 1B | 1D | 98 | 29 | 33 |
| Octal | 115 | 265 | 204 | 71 | 0 | 33 | 35 | 230 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10000100 | 111001 | 0 | 11011 | 11101 | 10011000 | 101001 | 110011 |
Color Harmonies of #4DB584
Complementary color
Monochromatic Colors of #4DB584
Black with #4DB584
Text Example
Text Example
White with #4DB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB584; }
p { color: rgb(77,181,132); }
H1.HeaderClassName
{
color: #4DB584;
}
.AnyTagClassName
{
color: #4DB584;
}
</style>
background-color css
<style>
a { background-color: #4DB584; }
a { background-color: rgb(77,181,132); }
div.DivClassName
{
background-color: #4DB584;
}
.BgClassName
{
background-color: #4DB584;
}
</style>
border-color css
<style>
span { border-color: #4DB584; }
span { border-color: rgb(77,181,132); }
td.TdClassName
{
border-color: #4DB584;
}
.TagClassName
{
border-color: #4DB584;
}
</style>