Shades of Ocean Green #4BB672
Tints of Ocean Green #4BB672
RGB
CMYK
RGB Variations
Color information
#4BB672 (or 0x4BB672) is known color: Ocean Green. HEX triplet: 4B, B6 and 72. RGB value is (75,182,114). Sum of RGB (Red+Green+Blue) = 75+182+114=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB672 is #B4498D. Grayscale: #8E8E8E. Windows color (decimal): -11815310 or 7517771. OLE color: 7517771.
HSL color Cylindrical-coordinate representation of color #4BB672: hue angle of 141.87º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB672 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 182 | 114 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.29 |
| HSL | 141.87º | 0.42% | 0.5% | - |
| HSV(B) | 141.87º | 0.59% | 0.71% | - |
| XYZ | 22.67 | 36.17 | 21.71 | - |
| YUV | 142.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 182 | 114 | 0.59 | 0 | 0.37 | 0.29 | 141.87 | 0.42 | 0.5 |
| Hex | 4B | B6 | 72 | 3B | 0 | 25 | 1D | 8E | 2A | 32 |
| Octal | 113 | 266 | 162 | 73 | 0 | 45 | 35 | 216 | 52 | 62 |
| Binary | 1001011 | 10110110 | 1110010 | 111011 | 0 | 100101 | 11101 | 10001110 | 101010 | 110010 |
Color Harmonies of #4BB672
Complementary color
Monochromatic Colors of #4BB672
Black with #4BB672
Text Example
Text Example
White with #4BB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB672; }
p { color: rgb(75,182,114); }
H1.HeaderClassName
{
color: #4BB672;
}
.AnyTagClassName
{
color: #4BB672;
}
</style>
background-color css
<style>
a { background-color: #4BB672; }
a { background-color: rgb(75,182,114); }
div.DivClassName
{
background-color: #4BB672;
}
.BgClassName
{
background-color: #4BB672;
}
</style>
border-color css
<style>
span { border-color: #4BB672; }
span { border-color: rgb(75,182,114); }
td.TdClassName
{
border-color: #4BB672;
}
.TagClassName
{
border-color: #4BB672;
}
</style>