Shades of Ocean Green #4E946C
Tints of Ocean Green #4E946C
RGB
CMYK
RGB Variations
Color information
#4E946C (or 0x4E946C) is known color: Ocean Green. HEX triplet: 4E, 94 and 6C. RGB value is (78,148,108). Sum of RGB (Red+Green+Blue) = 78+148+108=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #4E946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E946C is #B16B93. Grayscale: #7A7A7A. Windows color (decimal): -11627412 or 7115854. OLE color: 7115854.
HSL color Cylindrical-coordinate representation of color #4E946C: hue angle of 145.71º 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 #4E946C is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 108 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.42 |
| HSL | 145.71º | 0.31% | 0.44% | - |
| HSV(B) | 145.71º | 0.47% | 0.58% | - |
| XYZ | 16.44 | 23.88 | 17.93 | - |
| YUV | 122.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 108 | 0.47 | 0 | 0.27 | 0.42 | 145.71 | 0.31 | 0.44 |
| Hex | 4E | 94 | 6C | 2F | 0 | 1B | 2A | 92 | 1F | 2C |
| Octal | 116 | 224 | 154 | 57 | 0 | 33 | 52 | 222 | 37 | 54 |
| Binary | 1001110 | 10010100 | 1101100 | 101111 | 0 | 11011 | 101010 | 10010010 | 11111 | 101100 |
Color Harmonies of #4E946C
Complementary color
Monochromatic Colors of #4E946C
Black with #4E946C
Text Example
Text Example
White with #4E946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E946C; }
p { color: rgb(78,148,108); }
H1.HeaderClassName
{
color: #4E946C;
}
.AnyTagClassName
{
color: #4E946C;
}
</style>
background-color css
<style>
a { background-color: #4E946C; }
a { background-color: rgb(78,148,108); }
div.DivClassName
{
background-color: #4E946C;
}
.BgClassName
{
background-color: #4E946C;
}
</style>
border-color css
<style>
span { border-color: #4E946C; }
span { border-color: rgb(78,148,108); }
td.TdClassName
{
border-color: #4E946C;
}
.TagClassName
{
border-color: #4E946C;
}
</style>