Shades of Ocean Green #4EA372
Tints of Ocean Green #4EA372
RGB
CMYK
RGB Variations
Color information
#4EA372 (or 0x4EA372) is known color: Ocean Green. HEX triplet: 4E, A3 and 72. RGB value is (78,163,114). Sum of RGB (Red+Green+Blue) = 78+163+114=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA372 is #B15C8D. Grayscale: #848484. Windows color (decimal): -11623566 or 7512910. OLE color: 7512910.
HSL color Cylindrical-coordinate representation of color #4EA372: hue angle of 145.41º 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 #4EA372 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 163 | 114 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.36 |
| HSL | 145.41º | 0.35% | 0.47% | - |
| HSV(B) | 145.41º | 0.52% | 0.64% | - |
| XYZ | 19.28 | 29.03 | 20.51 | - |
| YUV | 132 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 114 | 0.52 | 0 | 0.30 | 0.36 | 145.41 | 0.35 | 0.47 |
| Hex | 4E | A3 | 72 | 34 | 0 | 1E | 24 | 91 | 23 | 2F |
| Octal | 116 | 243 | 162 | 64 | 0 | 36 | 44 | 221 | 43 | 57 |
| Binary | 1001110 | 10100011 | 1110010 | 110100 | 0 | 11110 | 100100 | 10010001 | 100011 | 101111 |
Color Harmonies of #4EA372
Complementary color
Monochromatic Colors of #4EA372
Black with #4EA372
Text Example
Text Example
White with #4EA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA372; }
p { color: rgb(78,163,114); }
H1.HeaderClassName
{
color: #4EA372;
}
.AnyTagClassName
{
color: #4EA372;
}
</style>
background-color css
<style>
a { background-color: #4EA372; }
a { background-color: rgb(78,163,114); }
div.DivClassName
{
background-color: #4EA372;
}
.BgClassName
{
background-color: #4EA372;
}
</style>
border-color css
<style>
span { border-color: #4EA372; }
span { border-color: rgb(78,163,114); }
td.TdClassName
{
border-color: #4EA372;
}
.TagClassName
{
border-color: #4EA372;
}
</style>