Shades of Ocean Green #4B9971
Tints of Ocean Green #4B9971
RGB
CMYK
RGB Variations
Color information
#4B9971 (or 0x4B9971) is known color: Ocean Green. HEX triplet: 4B, 99 and 71. RGB value is (75,153,113). Sum of RGB (Red+Green+Blue) = 75+153+113=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9971 is #B4668E. Grayscale: #7D7D7D. Windows color (decimal): -11822735 or 7444811. OLE color: 7444811.
HSL color Cylindrical-coordinate representation of color #4B9971: hue angle of 149.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9971 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 113 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.4 |
| HSL | 149.23º | 0.34% | 0.45% | - |
| HSV(B) | 149.23º | 0.51% | 0.6% | - |
| XYZ | 17.27 | 25.47 | 19.63 | - |
| YUV | 125.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 113 | 0.51 | 0 | 0.26 | 0.4 | 149.23 | 0.34 | 0.45 |
| Hex | 4B | 99 | 71 | 33 | 0 | 1A | 28 | 95 | 22 | 2D |
| Octal | 113 | 231 | 161 | 63 | 0 | 32 | 50 | 225 | 42 | 55 |
| Binary | 1001011 | 10011001 | 1110001 | 110011 | 0 | 11010 | 101000 | 10010101 | 100010 | 101101 |
Color Harmonies of #4B9971
Complementary color
Monochromatic Colors of #4B9971
Black with #4B9971
Text Example
Text Example
White with #4B9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9971; }
p { color: rgb(75,153,113); }
H1.HeaderClassName
{
color: #4B9971;
}
.AnyTagClassName
{
color: #4B9971;
}
</style>
background-color css
<style>
a { background-color: #4B9971; }
a { background-color: rgb(75,153,113); }
div.DivClassName
{
background-color: #4B9971;
}
.BgClassName
{
background-color: #4B9971;
}
</style>
border-color css
<style>
span { border-color: #4B9971; }
span { border-color: rgb(75,153,113); }
td.TdClassName
{
border-color: #4B9971;
}
.TagClassName
{
border-color: #4B9971;
}
</style>