Shades of Ocean Green #4DB368
Tints of Ocean Green #4DB368
RGB
CMYK
RGB Variations
Color information
#4DB368 (or 0x4DB368) is known color: Ocean Green. HEX triplet: 4D, B3 and 68. RGB value is (77,179,104). Sum of RGB (Red+Green+Blue) = 77+179+104=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB368 is #B24C97. Grayscale: #8C8C8C. Windows color (decimal): -11685016 or 6861645. OLE color: 6861645.
HSL color Cylindrical-coordinate representation of color #4DB368: hue angle of 135.88º 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 #4DB368 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 104 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.30 |
| HSL | 135.88º | 0.4% | 0.5% | - |
| HSV(B) | 135.88º | 0.57% | 0.7% | - |
| XYZ | 21.68 | 34.82 | 18.67 | - |
| YUV | 139.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 104 | 0.57 | 0 | 0.42 | 0.30 | 135.88 | 0.4 | 0.5 |
| Hex | 4D | B3 | 68 | 39 | 0 | 2A | 1E | 88 | 28 | 32 |
| Octal | 115 | 263 | 150 | 71 | 0 | 52 | 36 | 210 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1101000 | 111001 | 0 | 101010 | 11110 | 10001000 | 101000 | 110010 |
Color Harmonies of #4DB368
Complementary color
Monochromatic Colors of #4DB368
Black with #4DB368
Text Example
Text Example
White with #4DB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB368; }
p { color: rgb(77,179,104); }
H1.HeaderClassName
{
color: #4DB368;
}
.AnyTagClassName
{
color: #4DB368;
}
</style>
background-color css
<style>
a { background-color: #4DB368; }
a { background-color: rgb(77,179,104); }
div.DivClassName
{
background-color: #4DB368;
}
.BgClassName
{
background-color: #4DB368;
}
</style>
border-color css
<style>
span { border-color: #4DB368; }
span { border-color: rgb(77,179,104); }
td.TdClassName
{
border-color: #4DB368;
}
.TagClassName
{
border-color: #4DB368;
}
</style>