Shades of Ocean Green #4BA074
Tints of Ocean Green #4BA074
RGB
CMYK
RGB Variations
Color information
#4BA074 (or 0x4BA074) is known color: Ocean Green. HEX triplet: 4B, A0 and 74. RGB value is (75,160,116). Sum of RGB (Red+Green+Blue) = 75+160+116=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA074 is #B45F8B. Grayscale: #818181. Windows color (decimal): -11820940 or 7643211. OLE color: 7643211.
HSL color Cylindrical-coordinate representation of color #4BA074: hue angle of 148.94º 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 #4BA074 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 116 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.37 |
| HSL | 148.94º | 0.36% | 0.46% | - |
| HSV(B) | 148.94º | 0.53% | 0.63% | - |
| XYZ | 18.62 | 27.9 | 20.93 | - |
| YUV | 129.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 116 | 0.53 | 0 | 0.28 | 0.37 | 148.94 | 0.36 | 0.46 |
| Hex | 4B | A0 | 74 | 35 | 0 | 1C | 25 | 95 | 24 | 2E |
| Octal | 113 | 240 | 164 | 65 | 0 | 34 | 45 | 225 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1110100 | 110101 | 0 | 11100 | 100101 | 10010101 | 100100 | 101110 |
Color Harmonies of #4BA074
Complementary color
Monochromatic Colors of #4BA074
Black with #4BA074
Text Example
Text Example
White with #4BA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA074; }
p { color: rgb(75,160,116); }
H1.HeaderClassName
{
color: #4BA074;
}
.AnyTagClassName
{
color: #4BA074;
}
</style>
background-color css
<style>
a { background-color: #4BA074; }
a { background-color: rgb(75,160,116); }
div.DivClassName
{
background-color: #4BA074;
}
.BgClassName
{
background-color: #4BA074;
}
</style>
border-color css
<style>
span { border-color: #4BA074; }
span { border-color: rgb(75,160,116); }
td.TdClassName
{
border-color: #4BA074;
}
.TagClassName
{
border-color: #4BA074;
}
</style>