Shades of Ocean Green #4DA379
Tints of Ocean Green #4DA379
RGB
CMYK
RGB Variations
Color information
#4DA379 (or 0x4DA379) is known color: Ocean Green. HEX triplet: 4D, A3 and 79. RGB value is (77,163,121). Sum of RGB (Red+Green+Blue) = 77+163+121=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA379 is #B25C86. Grayscale: #848484. Windows color (decimal): -11689095 or 7971661. OLE color: 7971661.
HSL color Cylindrical-coordinate representation of color #4DA379: hue angle of 150.7º 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 #4DA379 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 121 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.36 |
| HSL | 150.7º | 0.36% | 0.47% | - |
| HSV(B) | 150.7º | 0.53% | 0.64% | - |
| XYZ | 19.61 | 29.15 | 22.68 | - |
| YUV | 132.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 121 | 0.53 | 0 | 0.26 | 0.36 | 150.7 | 0.36 | 0.47 |
| Hex | 4D | A3 | 79 | 35 | 0 | 1A | 24 | 97 | 24 | 2F |
| Octal | 115 | 243 | 171 | 65 | 0 | 32 | 44 | 227 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1111001 | 110101 | 0 | 11010 | 100100 | 10010111 | 100100 | 101111 |
Color Harmonies of #4DA379
Complementary color
Monochromatic Colors of #4DA379
Black with #4DA379
Text Example
Text Example
White with #4DA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA379; }
p { color: rgb(77,163,121); }
H1.HeaderClassName
{
color: #4DA379;
}
.AnyTagClassName
{
color: #4DA379;
}
</style>
background-color css
<style>
a { background-color: #4DA379; }
a { background-color: rgb(77,163,121); }
div.DivClassName
{
background-color: #4DA379;
}
.BgClassName
{
background-color: #4DA379;
}
</style>
border-color css
<style>
span { border-color: #4DA379; }
span { border-color: rgb(77,163,121); }
td.TdClassName
{
border-color: #4DA379;
}
.TagClassName
{
border-color: #4DA379;
}
</style>