Shades of Ocean Green #4DB388
Tints of Ocean Green #4DB388
RGB
CMYK
RGB Variations
Color information
#4DB388 (or 0x4DB388) is known color: Ocean Green. HEX triplet: 4D, B3 and 88. RGB value is (77,179,136). Sum of RGB (Red+Green+Blue) = 77+179+136=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB388 is #B24C77. Grayscale: #8F8F8F. Windows color (decimal): -11684984 or 8958797. OLE color: 8958797.
HSL color Cylindrical-coordinate representation of color #4DB388: hue angle of 154.71º 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 #4DB388 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 136 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.30 |
| HSL | 154.71º | 0.4% | 0.5% | - |
| HSV(B) | 154.71º | 0.57% | 0.7% | - |
| XYZ | 23.62 | 35.6 | 28.92 | - |
| YUV | 143.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 136 | 0.57 | 0 | 0.24 | 0.30 | 154.71 | 0.4 | 0.5 |
| Hex | 4D | B3 | 88 | 39 | 0 | 18 | 1E | 9B | 28 | 32 |
| Octal | 115 | 263 | 210 | 71 | 0 | 30 | 36 | 233 | 50 | 62 |
| Binary | 1001101 | 10110011 | 10001000 | 111001 | 0 | 11000 | 11110 | 10011011 | 101000 | 110010 |
Color Harmonies of #4DB388
Complementary color
Monochromatic Colors of #4DB388
Black with #4DB388
Text Example
Text Example
White with #4DB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB388; }
p { color: rgb(77,179,136); }
H1.HeaderClassName
{
color: #4DB388;
}
.AnyTagClassName
{
color: #4DB388;
}
</style>
background-color css
<style>
a { background-color: #4DB388; }
a { background-color: rgb(77,179,136); }
div.DivClassName
{
background-color: #4DB388;
}
.BgClassName
{
background-color: #4DB388;
}
</style>
border-color css
<style>
span { border-color: #4DB388; }
span { border-color: rgb(77,179,136); }
td.TdClassName
{
border-color: #4DB388;
}
.TagClassName
{
border-color: #4DB388;
}
</style>