Shades of Ocean Green #4BA471
Tints of Ocean Green #4BA471
RGB
CMYK
RGB Variations
Color information
#4BA471 (or 0x4BA471) is known color: Ocean Green. HEX triplet: 4B, A4 and 71. RGB value is (75,164,113). Sum of RGB (Red+Green+Blue) = 75+164+113=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA471 is #B45B8E. Grayscale: #838383. Windows color (decimal): -11819919 or 7447627. OLE color: 7447627.
HSL color Cylindrical-coordinate representation of color #4BA471: hue angle of 145.62º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA471 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 113 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.36 |
| HSL | 145.62º | 0.37% | 0.47% | - |
| HSV(B) | 145.62º | 0.54% | 0.64% | - |
| XYZ | 19.16 | 29.24 | 20.26 | - |
| YUV | 131.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 113 | 0.54 | 0 | 0.31 | 0.36 | 145.62 | 0.37 | 0.47 |
| Hex | 4B | A4 | 71 | 36 | 0 | 1F | 24 | 92 | 25 | 2F |
| Octal | 113 | 244 | 161 | 66 | 0 | 37 | 44 | 222 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1110001 | 110110 | 0 | 11111 | 100100 | 10010010 | 100101 | 101111 |
Color Harmonies of #4BA471
Complementary color
Monochromatic Colors of #4BA471
Black with #4BA471
Text Example
Text Example
White with #4BA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA471; }
p { color: rgb(75,164,113); }
H1.HeaderClassName
{
color: #4BA471;
}
.AnyTagClassName
{
color: #4BA471;
}
</style>
background-color css
<style>
a { background-color: #4BA471; }
a { background-color: rgb(75,164,113); }
div.DivClassName
{
background-color: #4BA471;
}
.BgClassName
{
background-color: #4BA471;
}
</style>
border-color css
<style>
span { border-color: #4BA471; }
span { border-color: rgb(75,164,113); }
td.TdClassName
{
border-color: #4BA471;
}
.TagClassName
{
border-color: #4BA471;
}
</style>