Shades of Ocean Green #4CB782
Tints of Ocean Green #4CB782
RGB
CMYK
RGB Variations
Color information
#4CB782 (or 0x4CB782) is known color: Ocean Green. HEX triplet: 4C, B7 and 82. RGB value is (76,183,130). Sum of RGB (Red+Green+Blue) = 76+183+130=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB782 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB782 is #B3487D. Grayscale: #919191. Windows color (decimal): -11749502 or 8566604. OLE color: 8566604.
HSL color Cylindrical-coordinate representation of color #4CB782: hue angle of 150.28º 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 #4CB782 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 183 | 130 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.28 |
| HSL | 150.28º | 0.43% | 0.51% | - |
| HSV(B) | 150.28º | 0.58% | 0.72% | - |
| XYZ | 23.94 | 37.02 | 27 | - |
| YUV | 144.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 130 | 0.58 | 0 | 0.29 | 0.28 | 150.28 | 0.43 | 0.51 |
| Hex | 4C | B7 | 82 | 3A | 0 | 1D | 1C | 96 | 2B | 33 |
| Octal | 114 | 267 | 202 | 72 | 0 | 35 | 34 | 226 | 53 | 63 |
| Binary | 1001100 | 10110111 | 10000010 | 111010 | 0 | 11101 | 11100 | 10010110 | 101011 | 110011 |
Color Harmonies of #4CB782
Complementary color
Monochromatic Colors of #4CB782
Black with #4CB782
Text Example
Text Example
White with #4CB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB782; }
p { color: rgb(76,183,130); }
H1.HeaderClassName
{
color: #4CB782;
}
.AnyTagClassName
{
color: #4CB782;
}
</style>
background-color css
<style>
a { background-color: #4CB782; }
a { background-color: rgb(76,183,130); }
div.DivClassName
{
background-color: #4CB782;
}
.BgClassName
{
background-color: #4CB782;
}
</style>
border-color css
<style>
span { border-color: #4CB782; }
span { border-color: rgb(76,183,130); }
td.TdClassName
{
border-color: #4CB782;
}
.TagClassName
{
border-color: #4CB782;
}
</style>