Shades of Ocean Green #4DB076
Tints of Ocean Green #4DB076
RGB
CMYK
RGB Variations
Color information
#4DB076 (or 0x4DB076) is known color: Ocean Green. HEX triplet: 4D, B0 and 76. RGB value is (77,176,118). Sum of RGB (Red+Green+Blue) = 77+176+118=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB076 is #B24F89. Grayscale: #8B8B8B. Windows color (decimal): -11685770 or 7778381. OLE color: 7778381.
HSL color Cylindrical-coordinate representation of color #4DB076: hue angle of 144.85º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB076 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 118 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.31 |
| HSL | 144.85º | 0.39% | 0.5% | - |
| HSV(B) | 144.85º | 0.56% | 0.69% | - |
| XYZ | 21.86 | 33.94 | 22.54 | - |
| YUV | 139.79 | 115.7 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 118 | 0.56 | 0 | 0.33 | 0.31 | 144.85 | 0.39 | 0.5 |
| Hex | 4D | B0 | 76 | 38 | 0 | 21 | 1F | 91 | 27 | 32 |
| Octal | 115 | 260 | 166 | 70 | 0 | 41 | 37 | 221 | 47 | 62 |
| Binary | 1001101 | 10110000 | 1110110 | 111000 | 0 | 100001 | 11111 | 10010001 | 100111 | 110010 |
Color Harmonies of #4DB076
Complementary color
Monochromatic Colors of #4DB076
Black with #4DB076
Text Example
Text Example
White with #4DB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB076; }
p { color: rgb(77,176,118); }
H1.HeaderClassName
{
color: #4DB076;
}
.AnyTagClassName
{
color: #4DB076;
}
</style>
background-color css
<style>
a { background-color: #4DB076; }
a { background-color: rgb(77,176,118); }
div.DivClassName
{
background-color: #4DB076;
}
.BgClassName
{
background-color: #4DB076;
}
</style>
border-color css
<style>
span { border-color: #4DB076; }
span { border-color: rgb(77,176,118); }
td.TdClassName
{
border-color: #4DB076;
}
.TagClassName
{
border-color: #4DB076;
}
</style>