Shades of Ocean Green #4DA373
Tints of Ocean Green #4DA373
RGB
CMYK
RGB Variations
Color information
#4DA373 (or 0x4DA373) is known color: Ocean Green. HEX triplet: 4D, A3 and 73. RGB value is (77,163,115). Sum of RGB (Red+Green+Blue) = 77+163+115=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA373 is #B25C8C. Grayscale: #838383. Windows color (decimal): -11689101 or 7578445. OLE color: 7578445.
HSL color Cylindrical-coordinate representation of color #4DA373: hue angle of 146.51º 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 #4DA373 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 115 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.36 |
| HSL | 146.51º | 0.36% | 0.47% | - |
| HSV(B) | 146.51º | 0.53% | 0.64% | - |
| XYZ | 19.25 | 29.01 | 20.8 | - |
| YUV | 131.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 115 | 0.53 | 0 | 0.29 | 0.36 | 146.51 | 0.36 | 0.47 |
| Hex | 4D | A3 | 73 | 35 | 0 | 1D | 24 | 93 | 24 | 2F |
| Octal | 115 | 243 | 163 | 65 | 0 | 35 | 44 | 223 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1110011 | 110101 | 0 | 11101 | 100100 | 10010011 | 100100 | 101111 |
Color Harmonies of #4DA373
Complementary color
Monochromatic Colors of #4DA373
Black with #4DA373
Text Example
Text Example
White with #4DA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA373; }
p { color: rgb(77,163,115); }
H1.HeaderClassName
{
color: #4DA373;
}
.AnyTagClassName
{
color: #4DA373;
}
</style>
background-color css
<style>
a { background-color: #4DA373; }
a { background-color: rgb(77,163,115); }
div.DivClassName
{
background-color: #4DA373;
}
.BgClassName
{
background-color: #4DA373;
}
</style>
border-color css
<style>
span { border-color: #4DA373; }
span { border-color: rgb(77,163,115); }
td.TdClassName
{
border-color: #4DA373;
}
.TagClassName
{
border-color: #4DA373;
}
</style>