Shades of Ocean Green #4BB877
Tints of Ocean Green #4BB877
RGB
CMYK
RGB Variations
Color information
#4BB877 (or 0x4BB877) is known color: Ocean Green. HEX triplet: 4B, B8 and 77. RGB value is (75,184,119). Sum of RGB (Red+Green+Blue) = 75+184+119=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB877 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB877 is #B44788. Grayscale: #909090. Windows color (decimal): -11814793 or 7845963. OLE color: 7845963.
HSL color Cylindrical-coordinate representation of color #4BB877: hue angle of 144.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB877 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 184 | 119 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.28 |
| HSL | 144.22º | 0.43% | 0.51% | - |
| HSV(B) | 144.22º | 0.59% | 0.72% | - |
| XYZ | 23.37 | 37.11 | 23.38 | - |
| YUV | 144 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 119 | 0.59 | 0 | 0.35 | 0.28 | 144.22 | 0.43 | 0.51 |
| Hex | 4B | B8 | 77 | 3B | 0 | 23 | 1C | 90 | 2B | 33 |
| Octal | 113 | 270 | 167 | 73 | 0 | 43 | 34 | 220 | 53 | 63 |
| Binary | 1001011 | 10111000 | 1110111 | 111011 | 0 | 100011 | 11100 | 10010000 | 101011 | 110011 |
Color Harmonies of #4BB877
Complementary color
Monochromatic Colors of #4BB877
Black with #4BB877
Text Example
Text Example
White with #4BB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB877; }
p { color: rgb(75,184,119); }
H1.HeaderClassName
{
color: #4BB877;
}
.AnyTagClassName
{
color: #4BB877;
}
</style>
background-color css
<style>
a { background-color: #4BB877; }
a { background-color: rgb(75,184,119); }
div.DivClassName
{
background-color: #4BB877;
}
.BgClassName
{
background-color: #4BB877;
}
</style>
border-color css
<style>
span { border-color: #4BB877; }
span { border-color: rgb(75,184,119); }
td.TdClassName
{
border-color: #4BB877;
}
.TagClassName
{
border-color: #4BB877;
}
</style>