Shades of Ocean Green #4DB479
Tints of Ocean Green #4DB479
RGB
CMYK
RGB Variations
Color information
#4DB479 (or 0x4DB479) is known color: Ocean Green. HEX triplet: 4D, B4 and 79. RGB value is (77,180,121). Sum of RGB (Red+Green+Blue) = 77+180+121=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB479 is #B24B86. Grayscale: #8E8E8E. Windows color (decimal): -11684743 or 7976013. OLE color: 7976013.
HSL color Cylindrical-coordinate representation of color #4DB479: hue angle of 145.63º 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 #4DB479 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 121 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.29 |
| HSL | 145.63º | 0.41% | 0.5% | - |
| HSV(B) | 145.63º | 0.57% | 0.71% | - |
| XYZ | 22.83 | 35.6 | 23.76 | - |
| YUV | 142.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 121 | 0.57 | 0 | 0.33 | 0.29 | 145.63 | 0.41 | 0.5 |
| Hex | 4D | B4 | 79 | 39 | 0 | 21 | 1D | 92 | 29 | 32 |
| Octal | 115 | 264 | 171 | 71 | 0 | 41 | 35 | 222 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1111001 | 111001 | 0 | 100001 | 11101 | 10010010 | 101001 | 110010 |
Color Harmonies of #4DB479
Complementary color
Monochromatic Colors of #4DB479
Black with #4DB479
Text Example
Text Example
White with #4DB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB479; }
p { color: rgb(77,180,121); }
H1.HeaderClassName
{
color: #4DB479;
}
.AnyTagClassName
{
color: #4DB479;
}
</style>
background-color css
<style>
a { background-color: #4DB479; }
a { background-color: rgb(77,180,121); }
div.DivClassName
{
background-color: #4DB479;
}
.BgClassName
{
background-color: #4DB479;
}
</style>
border-color css
<style>
span { border-color: #4DB479; }
span { border-color: rgb(77,180,121); }
td.TdClassName
{
border-color: #4DB479;
}
.TagClassName
{
border-color: #4DB479;
}
</style>