Shades of Ocean Green #4BA174
Tints of Ocean Green #4BA174
RGB
CMYK
RGB Variations
Color information
#4BA174 (or 0x4BA174) is known color: Ocean Green. HEX triplet: 4B, A1 and 74. RGB value is (75,161,116). Sum of RGB (Red+Green+Blue) = 75+161+116=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA174 is #B45E8B. Grayscale: #828282. Windows color (decimal): -11820684 or 7643467. OLE color: 7643467.
HSL color Cylindrical-coordinate representation of color #4BA174: hue angle of 148.6º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA174 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 116 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.37 |
| HSL | 148.6º | 0.36% | 0.46% | - |
| HSV(B) | 148.6º | 0.53% | 0.63% | - |
| XYZ | 18.8 | 28.25 | 20.98 | - |
| YUV | 130.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 116 | 0.53 | 0 | 0.28 | 0.37 | 148.6 | 0.36 | 0.46 |
| Hex | 4B | A1 | 74 | 35 | 0 | 1C | 25 | 95 | 24 | 2E |
| Octal | 113 | 241 | 164 | 65 | 0 | 34 | 45 | 225 | 44 | 56 |
| Binary | 1001011 | 10100001 | 1110100 | 110101 | 0 | 11100 | 100101 | 10010101 | 100100 | 101110 |
Color Harmonies of #4BA174
Complementary color
Monochromatic Colors of #4BA174
Black with #4BA174
Text Example
Text Example
White with #4BA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA174; }
p { color: rgb(75,161,116); }
H1.HeaderClassName
{
color: #4BA174;
}
.AnyTagClassName
{
color: #4BA174;
}
</style>
background-color css
<style>
a { background-color: #4BA174; }
a { background-color: rgb(75,161,116); }
div.DivClassName
{
background-color: #4BA174;
}
.BgClassName
{
background-color: #4BA174;
}
</style>
border-color css
<style>
span { border-color: #4BA174; }
span { border-color: rgb(75,161,116); }
td.TdClassName
{
border-color: #4BA174;
}
.TagClassName
{
border-color: #4BA174;
}
</style>