Shades of Ocean Green #4BB789
Tints of Ocean Green #4BB789
RGB
CMYK
RGB Variations
Color information
#4BB789 (or 0x4BB789) is known color: Ocean Green. HEX triplet: 4B, B7 and 89. RGB value is (75,183,137). Sum of RGB (Red+Green+Blue) = 75+183+137=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB789 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB789 is #B44876. Grayscale: #919191. Windows color (decimal): -11815031 or 9025355. OLE color: 9025355.
HSL color Cylindrical-coordinate representation of color #4BB789: hue angle of 154.44º 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 #4BB789 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 183 | 137 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.28 |
| HSL | 154.44º | 0.43% | 0.51% | - |
| HSV(B) | 154.44º | 0.59% | 0.72% | - |
| XYZ | 24.35 | 37.17 | 29.56 | - |
| YUV | 145.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 183 | 137 | 0.59 | 0 | 0.25 | 0.28 | 154.44 | 0.43 | 0.51 |
| Hex | 4B | B7 | 89 | 3B | 0 | 19 | 1C | 9A | 2B | 33 |
| Octal | 113 | 267 | 211 | 73 | 0 | 31 | 34 | 232 | 53 | 63 |
| Binary | 1001011 | 10110111 | 10001001 | 111011 | 0 | 11001 | 11100 | 10011010 | 101011 | 110011 |
Color Harmonies of #4BB789
Complementary color
Monochromatic Colors of #4BB789
Black with #4BB789
Text Example
Text Example
White with #4BB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB789; }
p { color: rgb(75,183,137); }
H1.HeaderClassName
{
color: #4BB789;
}
.AnyTagClassName
{
color: #4BB789;
}
</style>
background-color css
<style>
a { background-color: #4BB789; }
a { background-color: rgb(75,183,137); }
div.DivClassName
{
background-color: #4BB789;
}
.BgClassName
{
background-color: #4BB789;
}
</style>
border-color css
<style>
span { border-color: #4BB789; }
span { border-color: rgb(75,183,137); }
td.TdClassName
{
border-color: #4BB789;
}
.TagClassName
{
border-color: #4BB789;
}
</style>