Shades of Ocean Green #489B71
Tints of Ocean Green #489B71
RGB
CMYK
RGB Variations
Color information
#489B71 (or 0x489B71) is known color: Ocean Green. HEX triplet: 48, 9B and 71. RGB value is (72,155,113). Sum of RGB (Red+Green+Blue) = 72+155+113=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #489B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B71 is #B7648E. Grayscale: #7D7D7D. Windows color (decimal): -12018831 or 7445320. OLE color: 7445320.
HSL color Cylindrical-coordinate representation of color #489B71: hue angle of 149.64º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B71 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 113 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.39 |
| HSL | 149.64º | 0.37% | 0.45% | - |
| HSV(B) | 149.64º | 0.54% | 0.61% | - |
| XYZ | 17.37 | 26.01 | 19.73 | - |
| YUV | 125.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 113 | 0.54 | 0 | 0.27 | 0.39 | 149.64 | 0.37 | 0.45 |
| Hex | 48 | 9B | 71 | 36 | 0 | 1B | 27 | 96 | 25 | 2D |
| Octal | 110 | 233 | 161 | 66 | 0 | 33 | 47 | 226 | 45 | 55 |
| Binary | 1001000 | 10011011 | 1110001 | 110110 | 0 | 11011 | 100111 | 10010110 | 100101 | 101101 |
Color Harmonies of #489B71
Complementary color
Monochromatic Colors of #489B71
Black with #489B71
Text Example
Text Example
White with #489B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B71; }
p { color: rgb(72,155,113); }
H1.HeaderClassName
{
color: #489B71;
}
.AnyTagClassName
{
color: #489B71;
}
</style>
background-color css
<style>
a { background-color: #489B71; }
a { background-color: rgb(72,155,113); }
div.DivClassName
{
background-color: #489B71;
}
.BgClassName
{
background-color: #489B71;
}
</style>
border-color css
<style>
span { border-color: #489B71; }
span { border-color: rgb(72,155,113); }
td.TdClassName
{
border-color: #489B71;
}
.TagClassName
{
border-color: #489B71;
}
</style>