Shades of Ocean Green #4BA370
Tints of Ocean Green #4BA370
RGB
CMYK
RGB Variations
Color information
#4BA370 (or 0x4BA370) is known color: Ocean Green. HEX triplet: 4B, A3 and 70. RGB value is (75,163,112). Sum of RGB (Red+Green+Blue) = 75+163+112=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA370 is #B45C8F. Grayscale: #828282. Windows color (decimal): -11820176 or 7381835. OLE color: 7381835.
HSL color Cylindrical-coordinate representation of color #4BA370: hue angle of 145.23º 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 #4BA370 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 112 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.36 |
| HSL | 145.23º | 0.37% | 0.47% | - |
| HSV(B) | 145.23º | 0.54% | 0.64% | - |
| XYZ | 18.92 | 28.86 | 19.9 | - |
| YUV | 130.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 112 | 0.54 | 0 | 0.31 | 0.36 | 145.23 | 0.37 | 0.47 |
| Hex | 4B | A3 | 70 | 36 | 0 | 1F | 24 | 91 | 25 | 2F |
| Octal | 113 | 243 | 160 | 66 | 0 | 37 | 44 | 221 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1110000 | 110110 | 0 | 11111 | 100100 | 10010001 | 100101 | 101111 |
Color Harmonies of #4BA370
Complementary color
Monochromatic Colors of #4BA370
Black with #4BA370
Text Example
Text Example
White with #4BA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA370; }
p { color: rgb(75,163,112); }
H1.HeaderClassName
{
color: #4BA370;
}
.AnyTagClassName
{
color: #4BA370;
}
</style>
background-color css
<style>
a { background-color: #4BA370; }
a { background-color: rgb(75,163,112); }
div.DivClassName
{
background-color: #4BA370;
}
.BgClassName
{
background-color: #4BA370;
}
</style>
border-color css
<style>
span { border-color: #4BA370; }
span { border-color: rgb(75,163,112); }
td.TdClassName
{
border-color: #4BA370;
}
.TagClassName
{
border-color: #4BA370;
}
</style>