Shades of Ocean Green #4D9E7D
Tints of Ocean Green #4D9E7D
RGB
CMYK
RGB Variations
Color information
#4D9E7D (or 0x4D9E7D) is known color: Ocean Green. HEX triplet: 4D, 9E and 7D. RGB value is (77,158,125). Sum of RGB (Red+Green+Blue) = 77+158+125=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9E7D is #B26182. Grayscale: #828282. Windows color (decimal): -11690371 or 8232525. OLE color: 8232525.
HSL color Cylindrical-coordinate representation of color #4D9E7D: hue angle of 155.56º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9E7D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 158 | 125 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.38 |
| HSL | 155.56º | 0.34% | 0.46% | - |
| HSV(B) | 155.56º | 0.51% | 0.62% | - |
| XYZ | 18.99 | 27.51 | 23.71 | - |
| YUV | 130.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 125 | 0.51 | 0 | 0.21 | 0.38 | 155.56 | 0.34 | 0.46 |
| Hex | 4D | 9E | 7D | 33 | 0 | 15 | 26 | 9C | 22 | 2E |
| Octal | 115 | 236 | 175 | 63 | 0 | 25 | 46 | 234 | 42 | 56 |
| Binary | 1001101 | 10011110 | 1111101 | 110011 | 0 | 10101 | 100110 | 10011100 | 100010 | 101110 |
Color Harmonies of #4D9E7D
Complementary color
Monochromatic Colors of #4D9E7D
Black with #4D9E7D
Text Example
Text Example
White with #4D9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9E7D; }
p { color: rgb(77,158,125); }
H1.HeaderClassName
{
color: #4D9E7D;
}
.AnyTagClassName
{
color: #4D9E7D;
}
</style>
background-color css
<style>
a { background-color: #4D9E7D; }
a { background-color: rgb(77,158,125); }
div.DivClassName
{
background-color: #4D9E7D;
}
.BgClassName
{
background-color: #4D9E7D;
}
</style>
border-color css
<style>
span { border-color: #4D9E7D; }
span { border-color: rgb(77,158,125); }
td.TdClassName
{
border-color: #4D9E7D;
}
.TagClassName
{
border-color: #4D9E7D;
}
</style>