Shades of Ocean Green #4CB777
Tints of Ocean Green #4CB777
RGB
CMYK
RGB Variations
Color information
#4CB777 (or 0x4CB777) is known color: Ocean Green. HEX triplet: 4C, B7 and 77. RGB value is (76,183,119). Sum of RGB (Red+Green+Blue) = 76+183+119=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB777 is #B34888. Grayscale: #8F8F8F. Windows color (decimal): -11749513 or 7845708. OLE color: 7845708.
HSL color Cylindrical-coordinate representation of color #4CB777: hue angle of 144.11º 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 #4CB777 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 119 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.28 |
| HSL | 144.11º | 0.43% | 0.51% | - |
| HSV(B) | 144.11º | 0.58% | 0.72% | - |
| XYZ | 23.24 | 36.74 | 23.32 | - |
| YUV | 143.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 119 | 0.58 | 0 | 0.35 | 0.28 | 144.11 | 0.43 | 0.51 |
| Hex | 4C | B7 | 77 | 3A | 0 | 23 | 1C | 90 | 2B | 33 |
| Octal | 114 | 267 | 167 | 72 | 0 | 43 | 34 | 220 | 53 | 63 |
| Binary | 1001100 | 10110111 | 1110111 | 111010 | 0 | 100011 | 11100 | 10010000 | 101011 | 110011 |
Color Harmonies of #4CB777
Complementary color
Monochromatic Colors of #4CB777
Black with #4CB777
Text Example
Text Example
White with #4CB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB777; }
p { color: rgb(76,183,119); }
H1.HeaderClassName
{
color: #4CB777;
}
.AnyTagClassName
{
color: #4CB777;
}
</style>
background-color css
<style>
a { background-color: #4CB777; }
a { background-color: rgb(76,183,119); }
div.DivClassName
{
background-color: #4CB777;
}
.BgClassName
{
background-color: #4CB777;
}
</style>
border-color css
<style>
span { border-color: #4CB777; }
span { border-color: rgb(76,183,119); }
td.TdClassName
{
border-color: #4CB777;
}
.TagClassName
{
border-color: #4CB777;
}
</style>