Shades of Ocean Green #4DA37C
Tints of Ocean Green #4DA37C
RGB
CMYK
RGB Variations
Color information
#4DA37C (or 0x4DA37C) is known color: Ocean Green. HEX triplet: 4D, A3 and 7C. RGB value is (77,163,124). Sum of RGB (Red+Green+Blue) = 77+163+124=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA37C is #B25C83. Grayscale: #848484. Windows color (decimal): -11689092 or 8168269. OLE color: 8168269.
HSL color Cylindrical-coordinate representation of color #4DA37C: hue angle of 152.79º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA37C is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 124 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.36 |
| HSL | 152.79º | 0.36% | 0.47% | - |
| HSV(B) | 152.79º | 0.53% | 0.64% | - |
| XYZ | 19.8 | 29.23 | 23.67 | - |
| YUV | 132.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 124 | 0.53 | 0 | 0.24 | 0.36 | 152.79 | 0.36 | 0.47 |
| Hex | 4D | A3 | 7C | 35 | 0 | 18 | 24 | 99 | 24 | 2F |
| Octal | 115 | 243 | 174 | 65 | 0 | 30 | 44 | 231 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1111100 | 110101 | 0 | 11000 | 100100 | 10011001 | 100100 | 101111 |
Color Harmonies of #4DA37C
Complementary color
Monochromatic Colors of #4DA37C
Black with #4DA37C
Text Example
Text Example
White with #4DA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA37C; }
p { color: rgb(77,163,124); }
H1.HeaderClassName
{
color: #4DA37C;
}
.AnyTagClassName
{
color: #4DA37C;
}
</style>
background-color css
<style>
a { background-color: #4DA37C; }
a { background-color: rgb(77,163,124); }
div.DivClassName
{
background-color: #4DA37C;
}
.BgClassName
{
background-color: #4DA37C;
}
</style>
border-color css
<style>
span { border-color: #4DA37C; }
span { border-color: rgb(77,163,124); }
td.TdClassName
{
border-color: #4DA37C;
}
.TagClassName
{
border-color: #4DA37C;
}
</style>