Shades of Ocean Green #4DB376
Tints of Ocean Green #4DB376
RGB
CMYK
RGB Variations
Color information
#4DB376 (or 0x4DB376) is known color: Ocean Green. HEX triplet: 4D, B3 and 76. RGB value is (77,179,118). Sum of RGB (Red+Green+Blue) = 77+179+118=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB376 is #B24C89. Grayscale: #8D8D8D. Windows color (decimal): -11685002 or 7779149. OLE color: 7779149.
HSL color Cylindrical-coordinate representation of color #4DB376: hue angle of 144.12º 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 #4DB376 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 118 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.30 |
| HSL | 144.12º | 0.4% | 0.5% | - |
| HSV(B) | 144.12º | 0.57% | 0.7% | - |
| XYZ | 22.45 | 35.13 | 22.74 | - |
| YUV | 141.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 118 | 0.57 | 0 | 0.34 | 0.30 | 144.12 | 0.4 | 0.5 |
| Hex | 4D | B3 | 76 | 39 | 0 | 22 | 1E | 90 | 28 | 32 |
| Octal | 115 | 263 | 166 | 71 | 0 | 42 | 36 | 220 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1110110 | 111001 | 0 | 100010 | 11110 | 10010000 | 101000 | 110010 |
Color Harmonies of #4DB376
Complementary color
Monochromatic Colors of #4DB376
Black with #4DB376
Text Example
Text Example
White with #4DB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB376; }
p { color: rgb(77,179,118); }
H1.HeaderClassName
{
color: #4DB376;
}
.AnyTagClassName
{
color: #4DB376;
}
</style>
background-color css
<style>
a { background-color: #4DB376; }
a { background-color: rgb(77,179,118); }
div.DivClassName
{
background-color: #4DB376;
}
.BgClassName
{
background-color: #4DB376;
}
</style>
border-color css
<style>
span { border-color: #4DB376; }
span { border-color: rgb(77,179,118); }
td.TdClassName
{
border-color: #4DB376;
}
.TagClassName
{
border-color: #4DB376;
}
</style>