Shades of Ocean Green #4DA482
Tints of Ocean Green #4DA482
RGB
CMYK
RGB Variations
Color information
#4DA482 (or 0x4DA482) is known color: Ocean Green. HEX triplet: 4D, A4 and 82. RGB value is (77,164,130). Sum of RGB (Red+Green+Blue) = 77+164+130=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA482 is #B25B7D. Grayscale: #868686. Windows color (decimal): -11688830 or 8561741. OLE color: 8561741.
HSL color Cylindrical-coordinate representation of color #4DA482: hue angle of 156.55º 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 #4DA482 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 130 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.36 |
| HSL | 156.55º | 0.36% | 0.47% | - |
| HSV(B) | 156.55º | 0.53% | 0.64% | - |
| XYZ | 20.37 | 29.74 | 25.79 | - |
| YUV | 134.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 130 | 0.53 | 0 | 0.21 | 0.36 | 156.55 | 0.36 | 0.47 |
| Hex | 4D | A4 | 82 | 35 | 0 | 15 | 24 | 9D | 24 | 2F |
| Octal | 115 | 244 | 202 | 65 | 0 | 25 | 44 | 235 | 44 | 57 |
| Binary | 1001101 | 10100100 | 10000010 | 110101 | 0 | 10101 | 100100 | 10011101 | 100100 | 101111 |
Color Harmonies of #4DA482
Complementary color
Monochromatic Colors of #4DA482
Black with #4DA482
Text Example
Text Example
White with #4DA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA482; }
p { color: rgb(77,164,130); }
H1.HeaderClassName
{
color: #4DA482;
}
.AnyTagClassName
{
color: #4DA482;
}
</style>
background-color css
<style>
a { background-color: #4DA482; }
a { background-color: rgb(77,164,130); }
div.DivClassName
{
background-color: #4DA482;
}
.BgClassName
{
background-color: #4DA482;
}
</style>
border-color css
<style>
span { border-color: #4DA482; }
span { border-color: rgb(77,164,130); }
td.TdClassName
{
border-color: #4DA482;
}
.TagClassName
{
border-color: #4DA482;
}
</style>