Shades of Ocean Green #4BA67A
Tints of Ocean Green #4BA67A
RGB
CMYK
RGB Variations
Color information
#4BA67A (or 0x4BA67A) is known color: Ocean Green. HEX triplet: 4B, A6 and 7A. RGB value is (75,166,122). Sum of RGB (Red+Green+Blue) = 75+166+122=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA67A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA67A is #B45985. Grayscale: #858585. Windows color (decimal): -11819398 or 8037963. OLE color: 8037963.
HSL color Cylindrical-coordinate representation of color #4BA67A: hue angle of 150.99º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA67A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 122 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.35 |
| HSL | 150.99º | 0.38% | 0.47% | - |
| HSV(B) | 150.99º | 0.55% | 0.65% | - |
| XYZ | 20.05 | 30.17 | 23.18 | - |
| YUV | 133.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 122 | 0.55 | 0 | 0.27 | 0.35 | 150.99 | 0.38 | 0.47 |
| Hex | 4B | A6 | 7A | 37 | 0 | 1B | 23 | 97 | 26 | 2F |
| Octal | 113 | 246 | 172 | 67 | 0 | 33 | 43 | 227 | 46 | 57 |
| Binary | 1001011 | 10100110 | 1111010 | 110111 | 0 | 11011 | 100011 | 10010111 | 100110 | 101111 |
Color Harmonies of #4BA67A
Complementary color
Monochromatic Colors of #4BA67A
Black with #4BA67A
Text Example
Text Example
White with #4BA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA67A; }
p { color: rgb(75,166,122); }
H1.HeaderClassName
{
color: #4BA67A;
}
.AnyTagClassName
{
color: #4BA67A;
}
</style>
background-color css
<style>
a { background-color: #4BA67A; }
a { background-color: rgb(75,166,122); }
div.DivClassName
{
background-color: #4BA67A;
}
.BgClassName
{
background-color: #4BA67A;
}
</style>
border-color css
<style>
span { border-color: #4BA67A; }
span { border-color: rgb(75,166,122); }
td.TdClassName
{
border-color: #4BA67A;
}
.TagClassName
{
border-color: #4BA67A;
}
</style>