Shades of Ocean Green #4EA273
Tints of Ocean Green #4EA273
RGB
CMYK
RGB Variations
Color information
#4EA273 (or 0x4EA273) is known color: Ocean Green. HEX triplet: 4E, A2 and 73. RGB value is (78,162,115). Sum of RGB (Red+Green+Blue) = 78+162+115=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA273 is #B15D8C. Grayscale: #838383. Windows color (decimal): -11623821 or 7578190. OLE color: 7578190.
HSL color Cylindrical-coordinate representation of color #4EA273: hue angle of 146.43º 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 #4EA273 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 115 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.36 |
| HSL | 146.43º | 0.35% | 0.47% | - |
| HSV(B) | 146.43º | 0.52% | 0.64% | - |
| XYZ | 19.16 | 28.7 | 20.75 | - |
| YUV | 131.53 | 118.67 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 115 | 0.52 | 0 | 0.29 | 0.36 | 146.43 | 0.35 | 0.47 |
| Hex | 4E | A2 | 73 | 34 | 0 | 1D | 24 | 92 | 23 | 2F |
| Octal | 116 | 242 | 163 | 64 | 0 | 35 | 44 | 222 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1110011 | 110100 | 0 | 11101 | 100100 | 10010010 | 100011 | 101111 |
Color Harmonies of #4EA273
Complementary color
Monochromatic Colors of #4EA273
Black with #4EA273
Text Example
Text Example
White with #4EA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA273; }
p { color: rgb(78,162,115); }
H1.HeaderClassName
{
color: #4EA273;
}
.AnyTagClassName
{
color: #4EA273;
}
</style>
background-color css
<style>
a { background-color: #4EA273; }
a { background-color: rgb(78,162,115); }
div.DivClassName
{
background-color: #4EA273;
}
.BgClassName
{
background-color: #4EA273;
}
</style>
border-color css
<style>
span { border-color: #4EA273; }
span { border-color: rgb(78,162,115); }
td.TdClassName
{
border-color: #4EA273;
}
.TagClassName
{
border-color: #4EA273;
}
</style>