Shades of Ocean Green #4DB46D
Tints of Ocean Green #4DB46D
RGB
CMYK
RGB Variations
Color information
#4DB46D (or 0x4DB46D) is known color: Ocean Green. HEX triplet: 4D, B4 and 6D. RGB value is (77,180,109). Sum of RGB (Red+Green+Blue) = 77+180+109=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB46D is #B24B92. Grayscale: #8D8D8D. Windows color (decimal): -11684755 or 7189581. OLE color: 7189581.
HSL color Cylindrical-coordinate representation of color #4DB46D: hue angle of 138.64º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB46D is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 109 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.29 |
| HSL | 138.64º | 0.41% | 0.5% | - |
| HSV(B) | 138.64º | 0.57% | 0.71% | - |
| XYZ | 22.14 | 35.32 | 20.12 | - |
| YUV | 141.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 109 | 0.57 | 0 | 0.39 | 0.29 | 138.64 | 0.41 | 0.5 |
| Hex | 4D | B4 | 6D | 39 | 0 | 27 | 1D | 8B | 29 | 32 |
| Octal | 115 | 264 | 155 | 71 | 0 | 47 | 35 | 213 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1101101 | 111001 | 0 | 100111 | 11101 | 10001011 | 101001 | 110010 |
Color Harmonies of #4DB46D
Complementary color
Monochromatic Colors of #4DB46D
Black with #4DB46D
Text Example
Text Example
White with #4DB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB46D; }
p { color: rgb(77,180,109); }
H1.HeaderClassName
{
color: #4DB46D;
}
.AnyTagClassName
{
color: #4DB46D;
}
</style>
background-color css
<style>
a { background-color: #4DB46D; }
a { background-color: rgb(77,180,109); }
div.DivClassName
{
background-color: #4DB46D;
}
.BgClassName
{
background-color: #4DB46D;
}
</style>
border-color css
<style>
span { border-color: #4DB46D; }
span { border-color: rgb(77,180,109); }
td.TdClassName
{
border-color: #4DB46D;
}
.TagClassName
{
border-color: #4DB46D;
}
</style>