Shades of Ocean Green #4EB279
Tints of Ocean Green #4EB279
RGB
CMYK
RGB Variations
Color information
#4EB279 (or 0x4EB279) is known color: Ocean Green. HEX triplet: 4E, B2 and 79. RGB value is (78,178,121). Sum of RGB (Red+Green+Blue) = 78+178+121=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB279 is #B14D86. Grayscale: #8D8D8D. Windows color (decimal): -11619719 or 7975502. OLE color: 7975502.
HSL color Cylindrical-coordinate representation of color #4EB279: hue angle of 145.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB279 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 178 | 121 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.30 |
| HSL | 145.8º | 0.39% | 0.5% | - |
| HSV(B) | 145.8º | 0.56% | 0.7% | - |
| XYZ | 22.51 | 34.84 | 23.63 | - |
| YUV | 141.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 178 | 121 | 0.56 | 0 | 0.32 | 0.30 | 145.8 | 0.39 | 0.5 |
| Hex | 4E | B2 | 79 | 38 | 0 | 20 | 1E | 92 | 27 | 32 |
| Octal | 116 | 262 | 171 | 70 | 0 | 40 | 36 | 222 | 47 | 62 |
| Binary | 1001110 | 10110010 | 1111001 | 111000 | 0 | 100000 | 11110 | 10010010 | 100111 | 110010 |
Color Harmonies of #4EB279
Complementary color
Monochromatic Colors of #4EB279
Black with #4EB279
Text Example
Text Example
White with #4EB279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB279; }
p { color: rgb(78,178,121); }
H1.HeaderClassName
{
color: #4EB279;
}
.AnyTagClassName
{
color: #4EB279;
}
</style>
background-color css
<style>
a { background-color: #4EB279; }
a { background-color: rgb(78,178,121); }
div.DivClassName
{
background-color: #4EB279;
}
.BgClassName
{
background-color: #4EB279;
}
</style>
border-color css
<style>
span { border-color: #4EB279; }
span { border-color: rgb(78,178,121); }
td.TdClassName
{
border-color: #4EB279;
}
.TagClassName
{
border-color: #4EB279;
}
</style>