Shades of Ocean Green #4BA470
Tints of Ocean Green #4BA470
RGB
CMYK
RGB Variations
Color information
#4BA470 (or 0x4BA470) is known color: Ocean Green. HEX triplet: 4B, A4 and 70. RGB value is (75,164,112). Sum of RGB (Red+Green+Blue) = 75+164+112=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA470 is #B45B8F. Grayscale: #838383. Windows color (decimal): -11819920 or 7382091. OLE color: 7382091.
HSL color Cylindrical-coordinate representation of color #4BA470: hue angle of 144.94º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA470 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 112 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.36 |
| HSL | 144.94º | 0.37% | 0.47% | - |
| HSV(B) | 144.94º | 0.54% | 0.64% | - |
| XYZ | 19.1 | 29.22 | 19.96 | - |
| YUV | 131.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 112 | 0.54 | 0 | 0.32 | 0.36 | 144.94 | 0.37 | 0.47 |
| Hex | 4B | A4 | 70 | 36 | 0 | 20 | 24 | 91 | 25 | 2F |
| Octal | 113 | 244 | 160 | 66 | 0 | 40 | 44 | 221 | 45 | 57 |
| Binary | 1001011 | 10100100 | 1110000 | 110110 | 0 | 100000 | 100100 | 10010001 | 100101 | 101111 |
Color Harmonies of #4BA470
Complementary color
Monochromatic Colors of #4BA470
Black with #4BA470
Text Example
Text Example
White with #4BA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA470; }
p { color: rgb(75,164,112); }
H1.HeaderClassName
{
color: #4BA470;
}
.AnyTagClassName
{
color: #4BA470;
}
</style>
background-color css
<style>
a { background-color: #4BA470; }
a { background-color: rgb(75,164,112); }
div.DivClassName
{
background-color: #4BA470;
}
.BgClassName
{
background-color: #4BA470;
}
</style>
border-color css
<style>
span { border-color: #4BA470; }
span { border-color: rgb(75,164,112); }
td.TdClassName
{
border-color: #4BA470;
}
.TagClassName
{
border-color: #4BA470;
}
</style>