Shades of Ocean Green #4CB47B
Tints of Ocean Green #4CB47B
RGB
CMYK
RGB Variations
Color information
#4CB47B (or 0x4CB47B) is known color: Ocean Green. HEX triplet: 4C, B4 and 7B. RGB value is (76,180,123). Sum of RGB (Red+Green+Blue) = 76+180+123=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB47B is #B34B84. Grayscale: #8E8E8E. Windows color (decimal): -11750277 or 8107084. OLE color: 8107084.
HSL color Cylindrical-coordinate representation of color #4CB47B: hue angle of 147.12º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB47B is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 123 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.29 |
| HSL | 147.12º | 0.41% | 0.5% | - |
| HSV(B) | 147.12º | 0.58% | 0.71% | - |
| XYZ | 22.88 | 35.61 | 24.41 | - |
| YUV | 142.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 123 | 0.58 | 0 | 0.32 | 0.29 | 147.12 | 0.41 | 0.5 |
| Hex | 4C | B4 | 7B | 3A | 0 | 20 | 1D | 93 | 29 | 32 |
| Octal | 114 | 264 | 173 | 72 | 0 | 40 | 35 | 223 | 51 | 62 |
| Binary | 1001100 | 10110100 | 1111011 | 111010 | 0 | 100000 | 11101 | 10010011 | 101001 | 110010 |
Color Harmonies of #4CB47B
Complementary color
Monochromatic Colors of #4CB47B
Black with #4CB47B
Text Example
Text Example
White with #4CB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB47B; }
p { color: rgb(76,180,123); }
H1.HeaderClassName
{
color: #4CB47B;
}
.AnyTagClassName
{
color: #4CB47B;
}
</style>
background-color css
<style>
a { background-color: #4CB47B; }
a { background-color: rgb(76,180,123); }
div.DivClassName
{
background-color: #4CB47B;
}
.BgClassName
{
background-color: #4CB47B;
}
</style>
border-color css
<style>
span { border-color: #4CB47B; }
span { border-color: rgb(76,180,123); }
td.TdClassName
{
border-color: #4CB47B;
}
.TagClassName
{
border-color: #4CB47B;
}
</style>