Shades of Ocean Green #4DA478
Tints of Ocean Green #4DA478
RGB
CMYK
RGB Variations
Color information
#4DA478 (or 0x4DA478) is known color: Ocean Green. HEX triplet: 4D, A4 and 78. RGB value is (77,164,120). Sum of RGB (Red+Green+Blue) = 77+164+120=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA478 is #B25B87. Grayscale: #858585. Windows color (decimal): -11688840 or 7906381. OLE color: 7906381.
HSL color Cylindrical-coordinate representation of color #4DA478: hue angle of 149.66º 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 #4DA478 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 120 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.36 |
| HSL | 149.66º | 0.36% | 0.47% | - |
| HSV(B) | 149.66º | 0.53% | 0.64% | - |
| XYZ | 19.73 | 29.48 | 22.42 | - |
| YUV | 132.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 120 | 0.53 | 0 | 0.27 | 0.36 | 149.66 | 0.36 | 0.47 |
| Hex | 4D | A4 | 78 | 35 | 0 | 1B | 24 | 96 | 24 | 2F |
| Octal | 115 | 244 | 170 | 65 | 0 | 33 | 44 | 226 | 44 | 57 |
| Binary | 1001101 | 10100100 | 1111000 | 110101 | 0 | 11011 | 100100 | 10010110 | 100100 | 101111 |
Color Harmonies of #4DA478
Complementary color
Monochromatic Colors of #4DA478
Black with #4DA478
Text Example
Text Example
White with #4DA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA478; }
p { color: rgb(77,164,120); }
H1.HeaderClassName
{
color: #4DA478;
}
.AnyTagClassName
{
color: #4DA478;
}
</style>
background-color css
<style>
a { background-color: #4DA478; }
a { background-color: rgb(77,164,120); }
div.DivClassName
{
background-color: #4DA478;
}
.BgClassName
{
background-color: #4DA478;
}
</style>
border-color css
<style>
span { border-color: #4DA478; }
span { border-color: rgb(77,164,120); }
td.TdClassName
{
border-color: #4DA478;
}
.TagClassName
{
border-color: #4DA478;
}
</style>