Shades of Ocean Green #4E946B
Tints of Ocean Green #4E946B
RGB
CMYK
RGB Variations
Color information
#4E946B (or 0x4E946B) is known color: Ocean Green. HEX triplet: 4E, 94 and 6B. RGB value is (78,148,107). Sum of RGB (Red+Green+Blue) = 78+148+107=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946B is #B16B94. Grayscale: #7A7A7A. Windows color (decimal): -11627413 or 7050318. OLE color: 7050318.
HSL color Cylindrical-coordinate representation of color #4E946B: hue angle of 144.86º 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 #4E946B is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 107 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.42 |
| HSL | 144.86º | 0.31% | 0.44% | - |
| HSV(B) | 144.86º | 0.47% | 0.58% | - |
| XYZ | 16.39 | 23.86 | 17.65 | - |
| YUV | 122.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 107 | 0.47 | 0 | 0.28 | 0.42 | 144.86 | 0.31 | 0.44 |
| Hex | 4E | 94 | 6B | 2F | 0 | 1C | 2A | 91 | 1F | 2C |
| Octal | 116 | 224 | 153 | 57 | 0 | 34 | 52 | 221 | 37 | 54 |
| Binary | 1001110 | 10010100 | 1101011 | 101111 | 0 | 11100 | 101010 | 10010001 | 11111 | 101100 |
Color Harmonies of #4E946B
Complementary color
Monochromatic Colors of #4E946B
Black with #4E946B
Text Example
Text Example
White with #4E946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E946B; }
p { color: rgb(78,148,107); }
H1.HeaderClassName
{
color: #4E946B;
}
.AnyTagClassName
{
color: #4E946B;
}
</style>
background-color css
<style>
a { background-color: #4E946B; }
a { background-color: rgb(78,148,107); }
div.DivClassName
{
background-color: #4E946B;
}
.BgClassName
{
background-color: #4E946B;
}
</style>
border-color css
<style>
span { border-color: #4E946B; }
span { border-color: rgb(78,148,107); }
td.TdClassName
{
border-color: #4E946B;
}
.TagClassName
{
border-color: #4E946B;
}
</style>