Shades of Ocean Green #4DB375
Tints of Ocean Green #4DB375
RGB
CMYK
RGB Variations
Color information
#4DB375 (or 0x4DB375) is known color: Ocean Green. HEX triplet: 4D, B3 and 75. RGB value is (77,179,117). Sum of RGB (Red+Green+Blue) = 77+179+117=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB375 is #B24C8A. Grayscale: #8D8D8D. Windows color (decimal): -11685003 or 7713613. OLE color: 7713613.
HSL color Cylindrical-coordinate representation of color #4DB375: hue angle of 143.53º 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 #4DB375 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 117 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.30 |
| HSL | 143.53º | 0.4% | 0.5% | - |
| HSV(B) | 143.53º | 0.57% | 0.7% | - |
| XYZ | 22.39 | 35.1 | 22.42 | - |
| YUV | 141.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 117 | 0.57 | 0 | 0.35 | 0.30 | 143.53 | 0.4 | 0.5 |
| Hex | 4D | B3 | 75 | 39 | 0 | 23 | 1E | 90 | 28 | 32 |
| Octal | 115 | 263 | 165 | 71 | 0 | 43 | 36 | 220 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1110101 | 111001 | 0 | 100011 | 11110 | 10010000 | 101000 | 110010 |
Color Harmonies of #4DB375
Complementary color
Monochromatic Colors of #4DB375
Black with #4DB375
Text Example
Text Example
White with #4DB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB375; }
p { color: rgb(77,179,117); }
H1.HeaderClassName
{
color: #4DB375;
}
.AnyTagClassName
{
color: #4DB375;
}
</style>
background-color css
<style>
a { background-color: #4DB375; }
a { background-color: rgb(77,179,117); }
div.DivClassName
{
background-color: #4DB375;
}
.BgClassName
{
background-color: #4DB375;
}
</style>
border-color css
<style>
span { border-color: #4DB375; }
span { border-color: rgb(77,179,117); }
td.TdClassName
{
border-color: #4DB375;
}
.TagClassName
{
border-color: #4DB375;
}
</style>