Shades of Ocean Green #4DB36D
Tints of Ocean Green #4DB36D
RGB
CMYK
RGB Variations
Color information
#4DB36D (or 0x4DB36D) is known color: Ocean Green. HEX triplet: 4D, B3 and 6D. RGB value is (77,179,109). Sum of RGB (Red+Green+Blue) = 77+179+109=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB36D is #B24C92. Grayscale: #8C8C8C. Windows color (decimal): -11685011 or 7189325. OLE color: 7189325.
HSL color Cylindrical-coordinate representation of color #4DB36D: hue angle of 138.82º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB36D is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 109 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.30 |
| HSL | 138.82º | 0.4% | 0.5% | - |
| HSV(B) | 138.82º | 0.57% | 0.7% | - |
| XYZ | 21.94 | 34.92 | 20.05 | - |
| YUV | 140.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 109 | 0.57 | 0 | 0.39 | 0.30 | 138.82 | 0.4 | 0.5 |
| Hex | 4D | B3 | 6D | 39 | 0 | 27 | 1E | 8B | 28 | 32 |
| Octal | 115 | 263 | 155 | 71 | 0 | 47 | 36 | 213 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1101101 | 111001 | 0 | 100111 | 11110 | 10001011 | 101000 | 110010 |
Color Harmonies of #4DB36D
Complementary color
Monochromatic Colors of #4DB36D
Black with #4DB36D
Text Example
Text Example
White with #4DB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB36D; }
p { color: rgb(77,179,109); }
H1.HeaderClassName
{
color: #4DB36D;
}
.AnyTagClassName
{
color: #4DB36D;
}
</style>
background-color css
<style>
a { background-color: #4DB36D; }
a { background-color: rgb(77,179,109); }
div.DivClassName
{
background-color: #4DB36D;
}
.BgClassName
{
background-color: #4DB36D;
}
</style>
border-color css
<style>
span { border-color: #4DB36D; }
span { border-color: rgb(77,179,109); }
td.TdClassName
{
border-color: #4DB36D;
}
.TagClassName
{
border-color: #4DB36D;
}
</style>