Shades of Ocean Green #4DB274
Tints of Ocean Green #4DB274
RGB
CMYK
RGB Variations
Color information
#4DB274 (or 0x4DB274) is known color: Ocean Green. HEX triplet: 4D, B2 and 74. RGB value is (77,178,116). Sum of RGB (Red+Green+Blue) = 77+178+116=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB274 is #B24D8B. Grayscale: #8C8C8C. Windows color (decimal): -11685260 or 7647821. OLE color: 7647821.
HSL color Cylindrical-coordinate representation of color #4DB274: hue angle of 143.17º 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 #4DB274 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 116 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.30 |
| HSL | 143.17º | 0.4% | 0.5% | - |
| HSV(B) | 143.17º | 0.57% | 0.7% | - |
| XYZ | 22.13 | 34.68 | 22.05 | - |
| YUV | 140.73 | 114.04 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 116 | 0.57 | 0 | 0.35 | 0.30 | 143.17 | 0.4 | 0.5 |
| Hex | 4D | B2 | 74 | 39 | 0 | 23 | 1E | 8F | 28 | 32 |
| Octal | 115 | 262 | 164 | 71 | 0 | 43 | 36 | 217 | 50 | 62 |
| Binary | 1001101 | 10110010 | 1110100 | 111001 | 0 | 100011 | 11110 | 10001111 | 101000 | 110010 |
Color Harmonies of #4DB274
Complementary color
Monochromatic Colors of #4DB274
Black with #4DB274
Text Example
Text Example
White with #4DB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB274; }
p { color: rgb(77,178,116); }
H1.HeaderClassName
{
color: #4DB274;
}
.AnyTagClassName
{
color: #4DB274;
}
</style>
background-color css
<style>
a { background-color: #4DB274; }
a { background-color: rgb(77,178,116); }
div.DivClassName
{
background-color: #4DB274;
}
.BgClassName
{
background-color: #4DB274;
}
</style>
border-color css
<style>
span { border-color: #4DB274; }
span { border-color: rgb(77,178,116); }
td.TdClassName
{
border-color: #4DB274;
}
.TagClassName
{
border-color: #4DB274;
}
</style>