Shades of Ocean Green #4BB370
Tints of Ocean Green #4BB370
RGB
CMYK
RGB Variations
Color information
#4BB370 (or 0x4BB370) is known color: Ocean Green. HEX triplet: 4B, B3 and 70. RGB value is (75,179,112). Sum of RGB (Red+Green+Blue) = 75+179+112=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB370 is #B44C8F. Grayscale: #8C8C8C. Windows color (decimal): -11816080 or 7385931. OLE color: 7385931.
HSL color Cylindrical-coordinate representation of color #4BB370: hue angle of 141.35º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB370 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 112 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.30 |
| HSL | 141.35º | 0.41% | 0.5% | - |
| HSV(B) | 141.35º | 0.58% | 0.7% | - |
| XYZ | 21.95 | 34.91 | 20.91 | - |
| YUV | 140.27 | 112.04 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 112 | 0.58 | 0 | 0.37 | 0.30 | 141.35 | 0.41 | 0.5 |
| Hex | 4B | B3 | 70 | 3A | 0 | 25 | 1E | 8D | 29 | 32 |
| Octal | 113 | 263 | 160 | 72 | 0 | 45 | 36 | 215 | 51 | 62 |
| Binary | 1001011 | 10110011 | 1110000 | 111010 | 0 | 100101 | 11110 | 10001101 | 101001 | 110010 |
Color Harmonies of #4BB370
Complementary color
Monochromatic Colors of #4BB370
Black with #4BB370
Text Example
Text Example
White with #4BB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB370; }
p { color: rgb(75,179,112); }
H1.HeaderClassName
{
color: #4BB370;
}
.AnyTagClassName
{
color: #4BB370;
}
</style>
background-color css
<style>
a { background-color: #4BB370; }
a { background-color: rgb(75,179,112); }
div.DivClassName
{
background-color: #4BB370;
}
.BgClassName
{
background-color: #4BB370;
}
</style>
border-color css
<style>
span { border-color: #4BB370; }
span { border-color: rgb(75,179,112); }
td.TdClassName
{
border-color: #4BB370;
}
.TagClassName
{
border-color: #4BB370;
}
</style>