Shades of Ocean Green #4DA179
Tints of Ocean Green #4DA179
RGB
CMYK
RGB Variations
Color information
#4DA179 (or 0x4DA179) is known color: Ocean Green. HEX triplet: 4D, A1 and 79. RGB value is (77,161,121). Sum of RGB (Red+Green+Blue) = 77+161+121=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA179 is #B25E86. Grayscale: #838383. Windows color (decimal): -11689607 or 7971149. OLE color: 7971149.
HSL color Cylindrical-coordinate representation of color #4DA179: hue angle of 151.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA179 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 121 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.37 |
| HSL | 151.43º | 0.35% | 0.47% | - |
| HSV(B) | 151.43º | 0.52% | 0.63% | - |
| XYZ | 19.26 | 28.45 | 22.57 | - |
| YUV | 131.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 121 | 0.52 | 0 | 0.25 | 0.37 | 151.43 | 0.35 | 0.47 |
| Hex | 4D | A1 | 79 | 34 | 0 | 19 | 25 | 97 | 23 | 2F |
| Octal | 115 | 241 | 171 | 64 | 0 | 31 | 45 | 227 | 43 | 57 |
| Binary | 1001101 | 10100001 | 1111001 | 110100 | 0 | 11001 | 100101 | 10010111 | 100011 | 101111 |
Color Harmonies of #4DA179
Complementary color
Monochromatic Colors of #4DA179
Black with #4DA179
Text Example
Text Example
White with #4DA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA179; }
p { color: rgb(77,161,121); }
H1.HeaderClassName
{
color: #4DA179;
}
.AnyTagClassName
{
color: #4DA179;
}
</style>
background-color css
<style>
a { background-color: #4DA179; }
a { background-color: rgb(77,161,121); }
div.DivClassName
{
background-color: #4DA179;
}
.BgClassName
{
background-color: #4DA179;
}
</style>
border-color css
<style>
span { border-color: #4DA179; }
span { border-color: rgb(77,161,121); }
td.TdClassName
{
border-color: #4DA179;
}
.TagClassName
{
border-color: #4DA179;
}
</style>