Shades of Ocean Green #4EA56A
Tints of Ocean Green #4EA56A
RGB
CMYK
RGB Variations
Color information
#4EA56A (or 0x4EA56A) is known color: Ocean Green. HEX triplet: 4E, A5 and 6A. RGB value is (78,165,106). Sum of RGB (Red+Green+Blue) = 78+165+106=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA56A is #B15A95. Grayscale: #848484. Windows color (decimal): -11623062 or 6989134. OLE color: 6989134.
HSL color Cylindrical-coordinate representation of color #4EA56A: hue angle of 139.31º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA56A is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 165 | 106 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.35 |
| HSL | 139.31º | 0.36% | 0.48% | - |
| HSV(B) | 139.31º | 0.53% | 0.65% | - |
| XYZ | 19.2 | 29.57 | 18.33 | - |
| YUV | 132.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 106 | 0.53 | 0 | 0.36 | 0.35 | 139.31 | 0.36 | 0.48 |
| Hex | 4E | A5 | 6A | 35 | 0 | 24 | 23 | 8B | 24 | 30 |
| Octal | 116 | 245 | 152 | 65 | 0 | 44 | 43 | 213 | 44 | 60 |
| Binary | 1001110 | 10100101 | 1101010 | 110101 | 0 | 100100 | 100011 | 10001011 | 100100 | 110000 |
Color Harmonies of #4EA56A
Complementary color
Monochromatic Colors of #4EA56A
Black with #4EA56A
Text Example
Text Example
White with #4EA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA56A; }
p { color: rgb(78,165,106); }
H1.HeaderClassName
{
color: #4EA56A;
}
.AnyTagClassName
{
color: #4EA56A;
}
</style>
background-color css
<style>
a { background-color: #4EA56A; }
a { background-color: rgb(78,165,106); }
div.DivClassName
{
background-color: #4EA56A;
}
.BgClassName
{
background-color: #4EA56A;
}
</style>
border-color css
<style>
span { border-color: #4EA56A; }
span { border-color: rgb(78,165,106); }
td.TdClassName
{
border-color: #4EA56A;
}
.TagClassName
{
border-color: #4EA56A;
}
</style>