Shades of Ocean Green #4BA67C
Tints of Ocean Green #4BA67C
RGB
CMYK
RGB Variations
Color information
#4BA67C (or 0x4BA67C) is known color: Ocean Green. HEX triplet: 4B, A6 and 7C. RGB value is (75,166,124). Sum of RGB (Red+Green+Blue) = 75+166+124=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA67C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA67C is #B45983. Grayscale: #868686. Windows color (decimal): -11819396 or 8169035. OLE color: 8169035.
HSL color Cylindrical-coordinate representation of color #4BA67C: hue angle of 152.31º 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 #4BA67C is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 124 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.35 |
| HSL | 152.31º | 0.38% | 0.47% | - |
| HSV(B) | 152.31º | 0.55% | 0.65% | - |
| XYZ | 20.18 | 30.22 | 23.84 | - |
| YUV | 134 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 124 | 0.55 | 0 | 0.25 | 0.35 | 152.31 | 0.38 | 0.47 |
| Hex | 4B | A6 | 7C | 37 | 0 | 19 | 23 | 98 | 26 | 2F |
| Octal | 113 | 246 | 174 | 67 | 0 | 31 | 43 | 230 | 46 | 57 |
| Binary | 1001011 | 10100110 | 1111100 | 110111 | 0 | 11001 | 100011 | 10011000 | 100110 | 101111 |
Color Harmonies of #4BA67C
Complementary color
Monochromatic Colors of #4BA67C
Black with #4BA67C
Text Example
Text Example
White with #4BA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA67C; }
p { color: rgb(75,166,124); }
H1.HeaderClassName
{
color: #4BA67C;
}
.AnyTagClassName
{
color: #4BA67C;
}
</style>
background-color css
<style>
a { background-color: #4BA67C; }
a { background-color: rgb(75,166,124); }
div.DivClassName
{
background-color: #4BA67C;
}
.BgClassName
{
background-color: #4BA67C;
}
</style>
border-color css
<style>
span { border-color: #4BA67C; }
span { border-color: rgb(75,166,124); }
td.TdClassName
{
border-color: #4BA67C;
}
.TagClassName
{
border-color: #4BA67C;
}
</style>