Shades of Ocean Green #4DAD72
Tints of Ocean Green #4DAD72
RGB
CMYK
RGB Variations
Color information
#4DAD72 (or 0x4DAD72) is known color: Ocean Green. HEX triplet: 4D, AD and 72. RGB value is (77,173,114). Sum of RGB (Red+Green+Blue) = 77+173+114=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD72 is #B2528D. Grayscale: #898989. Windows color (decimal): -11686542 or 7515469. OLE color: 7515469.
HSL color Cylindrical-coordinate representation of color #4DAD72: hue angle of 143.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD72 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 114 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.32 |
| HSL | 143.13º | 0.38% | 0.49% | - |
| HSV(B) | 143.13º | 0.55% | 0.68% | - |
| XYZ | 21.04 | 32.68 | 21.12 | - |
| YUV | 137.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 114 | 0.55 | 0 | 0.34 | 0.32 | 143.13 | 0.38 | 0.49 |
| Hex | 4D | AD | 72 | 37 | 0 | 22 | 20 | 8F | 26 | 31 |
| Octal | 115 | 255 | 162 | 67 | 0 | 42 | 40 | 217 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1110010 | 110111 | 0 | 100010 | 100000 | 10001111 | 100110 | 110001 |
Color Harmonies of #4DAD72
Complementary color
Monochromatic Colors of #4DAD72
Black with #4DAD72
Text Example
Text Example
White with #4DAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD72; }
p { color: rgb(77,173,114); }
H1.HeaderClassName
{
color: #4DAD72;
}
.AnyTagClassName
{
color: #4DAD72;
}
</style>
background-color css
<style>
a { background-color: #4DAD72; }
a { background-color: rgb(77,173,114); }
div.DivClassName
{
background-color: #4DAD72;
}
.BgClassName
{
background-color: #4DAD72;
}
</style>
border-color css
<style>
span { border-color: #4DAD72; }
span { border-color: rgb(77,173,114); }
td.TdClassName
{
border-color: #4DAD72;
}
.TagClassName
{
border-color: #4DAD72;
}
</style>