Shades of Ocean Green #4CB778
Tints of Ocean Green #4CB778
RGB
CMYK
RGB Variations
Color information
#4CB778 (or 0x4CB778) is known color: Ocean Green. HEX triplet: 4C, B7 and 78. RGB value is (76,183,120). Sum of RGB (Red+Green+Blue) = 76+183+120=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB778 is #B34887. Grayscale: #8F8F8F. Windows color (decimal): -11749512 or 7911244. OLE color: 7911244.
HSL color Cylindrical-coordinate representation of color #4CB778: hue angle of 144.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB778 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 120 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.28 |
| HSL | 144.67º | 0.43% | 0.51% | - |
| HSV(B) | 144.67º | 0.58% | 0.72% | - |
| XYZ | 23.3 | 36.76 | 23.64 | - |
| YUV | 143.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 120 | 0.58 | 0 | 0.34 | 0.28 | 144.67 | 0.43 | 0.51 |
| Hex | 4C | B7 | 78 | 3A | 0 | 22 | 1C | 91 | 2B | 33 |
| Octal | 114 | 267 | 170 | 72 | 0 | 42 | 34 | 221 | 53 | 63 |
| Binary | 1001100 | 10110111 | 1111000 | 111010 | 0 | 100010 | 11100 | 10010001 | 101011 | 110011 |
Color Harmonies of #4CB778
Complementary color
Monochromatic Colors of #4CB778
Black with #4CB778
Text Example
Text Example
White with #4CB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB778; }
p { color: rgb(76,183,120); }
H1.HeaderClassName
{
color: #4CB778;
}
.AnyTagClassName
{
color: #4CB778;
}
</style>
background-color css
<style>
a { background-color: #4CB778; }
a { background-color: rgb(76,183,120); }
div.DivClassName
{
background-color: #4CB778;
}
.BgClassName
{
background-color: #4CB778;
}
</style>
border-color css
<style>
span { border-color: #4CB778; }
span { border-color: rgb(76,183,120); }
td.TdClassName
{
border-color: #4CB778;
}
.TagClassName
{
border-color: #4CB778;
}
</style>