Shades of Ocean Green #4B9E70
Tints of Ocean Green #4B9E70
RGB
CMYK
RGB Variations
Color information
#4B9E70 (or 0x4B9E70) is known color: Ocean Green. HEX triplet: 4B, 9E and 70. RGB value is (75,158,112). Sum of RGB (Red+Green+Blue) = 75+158+112=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9E70 is #B4618F. Grayscale: #808080. Windows color (decimal): -11821456 or 7380555. OLE color: 7380555.
HSL color Cylindrical-coordinate representation of color #4B9E70: hue angle of 146.75º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9E70 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 158 | 112 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.38 |
| HSL | 146.75º | 0.36% | 0.46% | - |
| HSV(B) | 146.75º | 0.53% | 0.62% | - |
| XYZ | 18.05 | 27.12 | 19.61 | - |
| YUV | 127.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 112 | 0.53 | 0 | 0.29 | 0.38 | 146.75 | 0.36 | 0.46 |
| Hex | 4B | 9E | 70 | 35 | 0 | 1D | 26 | 93 | 24 | 2E |
| Octal | 113 | 236 | 160 | 65 | 0 | 35 | 46 | 223 | 44 | 56 |
| Binary | 1001011 | 10011110 | 1110000 | 110101 | 0 | 11101 | 100110 | 10010011 | 100100 | 101110 |
Color Harmonies of #4B9E70
Complementary color
Monochromatic Colors of #4B9E70
Black with #4B9E70
Text Example
Text Example
White with #4B9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9E70; }
p { color: rgb(75,158,112); }
H1.HeaderClassName
{
color: #4B9E70;
}
.AnyTagClassName
{
color: #4B9E70;
}
</style>
background-color css
<style>
a { background-color: #4B9E70; }
a { background-color: rgb(75,158,112); }
div.DivClassName
{
background-color: #4B9E70;
}
.BgClassName
{
background-color: #4B9E70;
}
</style>
border-color css
<style>
span { border-color: #4B9E70; }
span { border-color: rgb(75,158,112); }
td.TdClassName
{
border-color: #4B9E70;
}
.TagClassName
{
border-color: #4B9E70;
}
</style>