Shades of Ocean Green #4EA277
Tints of Ocean Green #4EA277
RGB
CMYK
RGB Variations
Color information
#4EA277 (or 0x4EA277) is known color: Ocean Green. HEX triplet: 4E, A2 and 77. RGB value is (78,162,119). Sum of RGB (Red+Green+Blue) = 78+162+119=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA277 is #B15D88. Grayscale: #848484. Windows color (decimal): -11623817 or 7840334. OLE color: 7840334.
HSL color Cylindrical-coordinate representation of color #4EA277: hue angle of 149.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA277 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 119 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.36 |
| HSL | 149.29º | 0.35% | 0.47% | - |
| HSV(B) | 149.29º | 0.52% | 0.64% | - |
| XYZ | 19.39 | 28.79 | 21.99 | - |
| YUV | 131.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 119 | 0.52 | 0 | 0.27 | 0.36 | 149.29 | 0.35 | 0.47 |
| Hex | 4E | A2 | 77 | 34 | 0 | 1B | 24 | 95 | 23 | 2F |
| Octal | 116 | 242 | 167 | 64 | 0 | 33 | 44 | 225 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1110111 | 110100 | 0 | 11011 | 100100 | 10010101 | 100011 | 101111 |
Color Harmonies of #4EA277
Complementary color
Monochromatic Colors of #4EA277
Black with #4EA277
Text Example
Text Example
White with #4EA277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA277; }
p { color: rgb(78,162,119); }
H1.HeaderClassName
{
color: #4EA277;
}
.AnyTagClassName
{
color: #4EA277;
}
</style>
background-color css
<style>
a { background-color: #4EA277; }
a { background-color: rgb(78,162,119); }
div.DivClassName
{
background-color: #4EA277;
}
.BgClassName
{
background-color: #4EA277;
}
</style>
border-color css
<style>
span { border-color: #4EA277; }
span { border-color: rgb(78,162,119); }
td.TdClassName
{
border-color: #4EA277;
}
.TagClassName
{
border-color: #4EA277;
}
</style>