Shades of Ocean Green #4CB37F
Tints of Ocean Green #4CB37F
RGB
CMYK
RGB Variations
Color information
#4CB37F (or 0x4CB37F) is known color: Ocean Green. HEX triplet: 4C, B3 and 7F. RGB value is (76,179,127). Sum of RGB (Red+Green+Blue) = 76+179+127=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB37F is #B34C80. Grayscale: #8E8E8E. Windows color (decimal): -11750529 or 8368972. OLE color: 8368972.
HSL color Cylindrical-coordinate representation of color #4CB37F: hue angle of 149.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB37F is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 127 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.30 |
| HSL | 149.71º | 0.4% | 0.5% | - |
| HSV(B) | 149.71º | 0.58% | 0.7% | - |
| XYZ | 22.93 | 35.31 | 25.69 | - |
| YUV | 142.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 127 | 0.58 | 0 | 0.29 | 0.30 | 149.71 | 0.4 | 0.5 |
| Hex | 4C | B3 | 7F | 3A | 0 | 1D | 1E | 96 | 28 | 32 |
| Octal | 114 | 263 | 177 | 72 | 0 | 35 | 36 | 226 | 50 | 62 |
| Binary | 1001100 | 10110011 | 1111111 | 111010 | 0 | 11101 | 11110 | 10010110 | 101000 | 110010 |
Color Harmonies of #4CB37F
Complementary color
Monochromatic Colors of #4CB37F
Black with #4CB37F
Text Example
Text Example
White with #4CB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB37F; }
p { color: rgb(76,179,127); }
H1.HeaderClassName
{
color: #4CB37F;
}
.AnyTagClassName
{
color: #4CB37F;
}
</style>
background-color css
<style>
a { background-color: #4CB37F; }
a { background-color: rgb(76,179,127); }
div.DivClassName
{
background-color: #4CB37F;
}
.BgClassName
{
background-color: #4CB37F;
}
</style>
border-color css
<style>
span { border-color: #4CB37F; }
span { border-color: rgb(76,179,127); }
td.TdClassName
{
border-color: #4CB37F;
}
.TagClassName
{
border-color: #4CB37F;
}
</style>