Shades of Ocean Green #4BA267
Tints of Ocean Green #4BA267
RGB
CMYK
RGB Variations
Color information
#4BA267 (or 0x4BA267) is known color: Ocean Green. HEX triplet: 4B, A2 and 67. RGB value is (75,162,103). Sum of RGB (Red+Green+Blue) = 75+162+103=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA267 is #B45D98. Grayscale: #818181. Windows color (decimal): -11820441 or 6791755. OLE color: 6791755.
HSL color Cylindrical-coordinate representation of color #4BA267: hue angle of 139.31º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA267 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 103 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.36 |
| HSL | 139.31º | 0.37% | 0.46% | - |
| HSV(B) | 139.31º | 0.54% | 0.64% | - |
| XYZ | 18.27 | 28.32 | 17.33 | - |
| YUV | 129.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 103 | 0.54 | 0 | 0.36 | 0.36 | 139.31 | 0.37 | 0.46 |
| Hex | 4B | A2 | 67 | 36 | 0 | 24 | 24 | 8B | 25 | 2E |
| Octal | 113 | 242 | 147 | 66 | 0 | 44 | 44 | 213 | 45 | 56 |
| Binary | 1001011 | 10100010 | 1100111 | 110110 | 0 | 100100 | 100100 | 10001011 | 100101 | 101110 |
Color Harmonies of #4BA267
Complementary color
Monochromatic Colors of #4BA267
Black with #4BA267
Text Example
Text Example
White with #4BA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA267; }
p { color: rgb(75,162,103); }
H1.HeaderClassName
{
color: #4BA267;
}
.AnyTagClassName
{
color: #4BA267;
}
</style>
background-color css
<style>
a { background-color: #4BA267; }
a { background-color: rgb(75,162,103); }
div.DivClassName
{
background-color: #4BA267;
}
.BgClassName
{
background-color: #4BA267;
}
</style>
border-color css
<style>
span { border-color: #4BA267; }
span { border-color: rgb(75,162,103); }
td.TdClassName
{
border-color: #4BA267;
}
.TagClassName
{
border-color: #4BA267;
}
</style>