Shades of Ocean Green #4DB672
Tints of Ocean Green #4DB672
RGB
CMYK
RGB Variations
Color information
#4DB672 (or 0x4DB672) is known color: Ocean Green. HEX triplet: 4D, B6 and 72. RGB value is (77,182,114). Sum of RGB (Red+Green+Blue) = 77+182+114=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB672 is #B2498D. Grayscale: #8F8F8F. Windows color (decimal): -11684238 or 7517773. OLE color: 7517773.
HSL color Cylindrical-coordinate representation of color #4DB672: hue angle of 141.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB672 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 114 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.29 |
| HSL | 141.14º | 0.42% | 0.51% | - |
| HSV(B) | 141.14º | 0.58% | 0.71% | - |
| XYZ | 22.83 | 36.25 | 21.71 | - |
| YUV | 142.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 114 | 0.58 | 0 | 0.37 | 0.29 | 141.14 | 0.42 | 0.51 |
| Hex | 4D | B6 | 72 | 3A | 0 | 25 | 1D | 8D | 2A | 33 |
| Octal | 115 | 266 | 162 | 72 | 0 | 45 | 35 | 215 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1110010 | 111010 | 0 | 100101 | 11101 | 10001101 | 101010 | 110011 |
Color Harmonies of #4DB672
Complementary color
Monochromatic Colors of #4DB672
Black with #4DB672
Text Example
Text Example
White with #4DB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB672; }
p { color: rgb(77,182,114); }
H1.HeaderClassName
{
color: #4DB672;
}
.AnyTagClassName
{
color: #4DB672;
}
</style>
background-color css
<style>
a { background-color: #4DB672; }
a { background-color: rgb(77,182,114); }
div.DivClassName
{
background-color: #4DB672;
}
.BgClassName
{
background-color: #4DB672;
}
</style>
border-color css
<style>
span { border-color: #4DB672; }
span { border-color: rgb(77,182,114); }
td.TdClassName
{
border-color: #4DB672;
}
.TagClassName
{
border-color: #4DB672;
}
</style>