Shades of Ocean Green #4DA375
Tints of Ocean Green #4DA375
RGB
CMYK
RGB Variations
Color information
#4DA375 (or 0x4DA375) is known color: Ocean Green. HEX triplet: 4D, A3 and 75. RGB value is (77,163,117). Sum of RGB (Red+Green+Blue) = 77+163+117=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA375 is #B25C8A. Grayscale: #848484. Windows color (decimal): -11689099 or 7709517. OLE color: 7709517.
HSL color Cylindrical-coordinate representation of color #4DA375: hue angle of 147.91º 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 #4DA375 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 117 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.36 |
| HSL | 147.91º | 0.36% | 0.47% | - |
| HSV(B) | 147.91º | 0.53% | 0.64% | - |
| XYZ | 19.37 | 29.06 | 21.42 | - |
| YUV | 132.04 | 119.51 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 117 | 0.53 | 0 | 0.28 | 0.36 | 147.91 | 0.36 | 0.47 |
| Hex | 4D | A3 | 75 | 35 | 0 | 1C | 24 | 94 | 24 | 2F |
| Octal | 115 | 243 | 165 | 65 | 0 | 34 | 44 | 224 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1110101 | 110101 | 0 | 11100 | 100100 | 10010100 | 100100 | 101111 |
Color Harmonies of #4DA375
Complementary color
Monochromatic Colors of #4DA375
Black with #4DA375
Text Example
Text Example
White with #4DA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA375; }
p { color: rgb(77,163,117); }
H1.HeaderClassName
{
color: #4DA375;
}
.AnyTagClassName
{
color: #4DA375;
}
</style>
background-color css
<style>
a { background-color: #4DA375; }
a { background-color: rgb(77,163,117); }
div.DivClassName
{
background-color: #4DA375;
}
.BgClassName
{
background-color: #4DA375;
}
</style>
border-color css
<style>
span { border-color: #4DA375; }
span { border-color: rgb(77,163,117); }
td.TdClassName
{
border-color: #4DA375;
}
.TagClassName
{
border-color: #4DA375;
}
</style>