Shades of Ocean Green #4E946E
Tints of Ocean Green #4E946E
RGB
CMYK
RGB Variations
Color information
#4E946E (or 0x4E946E) is known color: Ocean Green. HEX triplet: 4E, 94 and 6E. RGB value is (78,148,110). Sum of RGB (Red+Green+Blue) = 78+148+110=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946E is #B16B91. Grayscale: #7A7A7A. Windows color (decimal): -11627410 or 7246926. OLE color: 7246926.
HSL color Cylindrical-coordinate representation of color #4E946E: hue angle of 147.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E946E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 110 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.42 |
| HSL | 147.43º | 0.31% | 0.44% | - |
| HSV(B) | 147.43º | 0.47% | 0.58% | - |
| XYZ | 16.55 | 23.93 | 18.5 | - |
| YUV | 122.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 110 | 0.47 | 0 | 0.26 | 0.42 | 147.43 | 0.31 | 0.44 |
| Hex | 4E | 94 | 6E | 2F | 0 | 1A | 2A | 93 | 1F | 2C |
| Octal | 116 | 224 | 156 | 57 | 0 | 32 | 52 | 223 | 37 | 54 |
| Binary | 1001110 | 10010100 | 1101110 | 101111 | 0 | 11010 | 101010 | 10010011 | 11111 | 101100 |
Color Harmonies of #4E946E
Complementary color
Monochromatic Colors of #4E946E
Black with #4E946E
Text Example
Text Example
White with #4E946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E946E; }
p { color: rgb(78,148,110); }
H1.HeaderClassName
{
color: #4E946E;
}
.AnyTagClassName
{
color: #4E946E;
}
</style>
background-color css
<style>
a { background-color: #4E946E; }
a { background-color: rgb(78,148,110); }
div.DivClassName
{
background-color: #4E946E;
}
.BgClassName
{
background-color: #4E946E;
}
</style>
border-color css
<style>
span { border-color: #4E946E; }
span { border-color: rgb(78,148,110); }
td.TdClassName
{
border-color: #4E946E;
}
.TagClassName
{
border-color: #4E946E;
}
</style>