Shades of Ocean Green #4BB284
Tints of Ocean Green #4BB284
RGB
CMYK
RGB Variations
Color information
#4BB284 (or 0x4BB284) is known color: Ocean Green. HEX triplet: 4B, B2 and 84. RGB value is (75,178,132). Sum of RGB (Red+Green+Blue) = 75+178+132=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB284 is #B44D7B. Grayscale: #8E8E8E. Windows color (decimal): -11816316 or 8696395. OLE color: 8696395.
HSL color Cylindrical-coordinate representation of color #4BB284: hue angle of 153.2º 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 #4BB284 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 178 | 132 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.30 |
| HSL | 153.2º | 0.41% | 0.5% | - |
| HSV(B) | 153.2º | 0.58% | 0.7% | - |
| XYZ | 22.99 | 35 | 27.37 | - |
| YUV | 141.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 178 | 132 | 0.58 | 0 | 0.26 | 0.30 | 153.2 | 0.41 | 0.5 |
| Hex | 4B | B2 | 84 | 3A | 0 | 1A | 1E | 99 | 29 | 32 |
| Octal | 113 | 262 | 204 | 72 | 0 | 32 | 36 | 231 | 51 | 62 |
| Binary | 1001011 | 10110010 | 10000100 | 111010 | 0 | 11010 | 11110 | 10011001 | 101001 | 110010 |
Color Harmonies of #4BB284
Complementary color
Monochromatic Colors of #4BB284
Black with #4BB284
Text Example
Text Example
White with #4BB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB284; }
p { color: rgb(75,178,132); }
H1.HeaderClassName
{
color: #4BB284;
}
.AnyTagClassName
{
color: #4BB284;
}
</style>
background-color css
<style>
a { background-color: #4BB284; }
a { background-color: rgb(75,178,132); }
div.DivClassName
{
background-color: #4BB284;
}
.BgClassName
{
background-color: #4BB284;
}
</style>
border-color css
<style>
span { border-color: #4BB284; }
span { border-color: rgb(75,178,132); }
td.TdClassName
{
border-color: #4BB284;
}
.TagClassName
{
border-color: #4BB284;
}
</style>