Shades of Ocean Green #4EA466
Tints of Ocean Green #4EA466
RGB
CMYK
RGB Variations
Color information
#4EA466 (or 0x4EA466) is known color: Ocean Green. HEX triplet: 4E, A4 and 66. RGB value is (78,164,102). Sum of RGB (Red+Green+Blue) = 78+164+102=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA466 is #B15B99. Grayscale: #838383. Windows color (decimal): -11623322 or 6726734. OLE color: 6726734.
HSL color Cylindrical-coordinate representation of color #4EA466: hue angle of 136.74º degrees, saturation: 0.36, 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 #4EA466 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 102 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.36 |
| HSL | 136.74º | 0.36% | 0.47% | - |
| HSV(B) | 136.74º | 0.52% | 0.64% | - |
| XYZ | 18.82 | 29.13 | 17.2 | - |
| YUV | 131.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 102 | 0.52 | 0 | 0.38 | 0.36 | 136.74 | 0.36 | 0.47 |
| Hex | 4E | A4 | 66 | 34 | 0 | 26 | 24 | 89 | 24 | 2F |
| Octal | 116 | 244 | 146 | 64 | 0 | 46 | 44 | 211 | 44 | 57 |
| Binary | 1001110 | 10100100 | 1100110 | 110100 | 0 | 100110 | 100100 | 10001001 | 100100 | 101111 |
Color Harmonies of #4EA466
Complementary color
Monochromatic Colors of #4EA466
Black with #4EA466
Text Example
Text Example
White with #4EA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA466; }
p { color: rgb(78,164,102); }
H1.HeaderClassName
{
color: #4EA466;
}
.AnyTagClassName
{
color: #4EA466;
}
</style>
background-color css
<style>
a { background-color: #4EA466; }
a { background-color: rgb(78,164,102); }
div.DivClassName
{
background-color: #4EA466;
}
.BgClassName
{
background-color: #4EA466;
}
</style>
border-color css
<style>
span { border-color: #4EA466; }
span { border-color: rgb(78,164,102); }
td.TdClassName
{
border-color: #4EA466;
}
.TagClassName
{
border-color: #4EA466;
}
</style>