Shades of Ocean Green #4E9370
Tints of Ocean Green #4E9370
RGB
CMYK
RGB Variations
Color information
#4E9370 (or 0x4E9370) is known color: Ocean Green. HEX triplet: 4E, 93 and 70. RGB value is (78,147,112). Sum of RGB (Red+Green+Blue) = 78+147+112=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9370 is #B16C8F. Grayscale: #7A7A7A. Windows color (decimal): -11627664 or 7377742. OLE color: 7377742.
HSL color Cylindrical-coordinate representation of color #4E9370: hue angle of 149.57º 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 #4E9370 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 112 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.42 |
| HSL | 149.57º | 0.31% | 0.44% | - |
| HSV(B) | 149.57º | 0.47% | 0.58% | - |
| XYZ | 16.5 | 23.66 | 19.03 | - |
| YUV | 122.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 112 | 0.47 | 0 | 0.24 | 0.42 | 149.57 | 0.31 | 0.44 |
| Hex | 4E | 93 | 70 | 2F | 0 | 18 | 2A | 96 | 1F | 2C |
| Octal | 116 | 223 | 160 | 57 | 0 | 30 | 52 | 226 | 37 | 54 |
| Binary | 1001110 | 10010011 | 1110000 | 101111 | 0 | 11000 | 101010 | 10010110 | 11111 | 101100 |
Color Harmonies of #4E9370
Complementary color
Monochromatic Colors of #4E9370
Black with #4E9370
Text Example
Text Example
White with #4E9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9370; }
p { color: rgb(78,147,112); }
H1.HeaderClassName
{
color: #4E9370;
}
.AnyTagClassName
{
color: #4E9370;
}
</style>
background-color css
<style>
a { background-color: #4E9370; }
a { background-color: rgb(78,147,112); }
div.DivClassName
{
background-color: #4E9370;
}
.BgClassName
{
background-color: #4E9370;
}
</style>
border-color css
<style>
span { border-color: #4E9370; }
span { border-color: rgb(78,147,112); }
td.TdClassName
{
border-color: #4E9370;
}
.TagClassName
{
border-color: #4E9370;
}
</style>