Shades of Ocean Green #4E9268
Tints of Ocean Green #4E9268
RGB
CMYK
RGB Variations
Color information
#4E9268 (or 0x4E9268) is known color: Ocean Green. HEX triplet: 4E, 92 and 68. RGB value is (78,146,104). Sum of RGB (Red+Green+Blue) = 78+146+104=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9268 is #B16D97. Grayscale: #787878. Windows color (decimal): -11627928 or 6853198. OLE color: 6853198.
HSL color Cylindrical-coordinate representation of color #4E9268: hue angle of 142.94º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9268 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 104 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.43 |
| HSL | 142.94º | 0.3% | 0.44% | - |
| HSV(B) | 142.94º | 0.47% | 0.57% | - |
| XYZ | 15.92 | 23.18 | 16.73 | - |
| YUV | 120.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 104 | 0.47 | 0 | 0.29 | 0.43 | 142.94 | 0.3 | 0.44 |
| Hex | 4E | 92 | 68 | 2F | 0 | 1D | 2B | 8F | 1E | 2C |
| Octal | 116 | 222 | 150 | 57 | 0 | 35 | 53 | 217 | 36 | 54 |
| Binary | 1001110 | 10010010 | 1101000 | 101111 | 0 | 11101 | 101011 | 10001111 | 11110 | 101100 |
Color Harmonies of #4E9268
Complementary color
Monochromatic Colors of #4E9268
Black with #4E9268
Text Example
Text Example
White with #4E9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9268; }
p { color: rgb(78,146,104); }
H1.HeaderClassName
{
color: #4E9268;
}
.AnyTagClassName
{
color: #4E9268;
}
</style>
background-color css
<style>
a { background-color: #4E9268; }
a { background-color: rgb(78,146,104); }
div.DivClassName
{
background-color: #4E9268;
}
.BgClassName
{
background-color: #4E9268;
}
</style>
border-color css
<style>
span { border-color: #4E9268; }
span { border-color: rgb(78,146,104); }
td.TdClassName
{
border-color: #4E9268;
}
.TagClassName
{
border-color: #4E9268;
}
</style>