Shades of Ocean Green #4D9878
Tints of Ocean Green #4D9878
RGB
CMYK
RGB Variations
Color information
#4D9878 (or 0x4D9878) is known color: Ocean Green. HEX triplet: 4D, 98 and 78. RGB value is (77,152,120). Sum of RGB (Red+Green+Blue) = 77+152+120=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9878 is #B26787. Grayscale: #7D7D7D. Windows color (decimal): -11691912 or 7903309. OLE color: 7903309.
HSL color Cylindrical-coordinate representation of color #4D9878: hue angle of 154.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9878 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 152 | 120 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.40 |
| HSL | 154.4º | 0.33% | 0.45% | - |
| HSV(B) | 154.4º | 0.49% | 0.6% | - |
| XYZ | 17.68 | 25.39 | 21.74 | - |
| YUV | 125.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 120 | 0.49 | 0 | 0.21 | 0.40 | 154.4 | 0.33 | 0.45 |
| Hex | 4D | 98 | 78 | 31 | 0 | 15 | 28 | 9A | 21 | 2D |
| Octal | 115 | 230 | 170 | 61 | 0 | 25 | 50 | 232 | 41 | 55 |
| Binary | 1001101 | 10011000 | 1111000 | 110001 | 0 | 10101 | 101000 | 10011010 | 100001 | 101101 |
Color Harmonies of #4D9878
Complementary color
Monochromatic Colors of #4D9878
Black with #4D9878
Text Example
Text Example
White with #4D9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9878; }
p { color: rgb(77,152,120); }
H1.HeaderClassName
{
color: #4D9878;
}
.AnyTagClassName
{
color: #4D9878;
}
</style>
background-color css
<style>
a { background-color: #4D9878; }
a { background-color: rgb(77,152,120); }
div.DivClassName
{
background-color: #4D9878;
}
.BgClassName
{
background-color: #4D9878;
}
</style>
border-color css
<style>
span { border-color: #4D9878; }
span { border-color: rgb(77,152,120); }
td.TdClassName
{
border-color: #4D9878;
}
.TagClassName
{
border-color: #4D9878;
}
</style>