Shades of Ocean Green #4CB482
Tints of Ocean Green #4CB482
RGB
CMYK
RGB Variations
Color information
#4CB482 (or 0x4CB482) is known color: Ocean Green. HEX triplet: 4C, B4 and 82. RGB value is (76,180,130). Sum of RGB (Red+Green+Blue) = 76+180+130=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB482 is #B34B7D. Grayscale: #8F8F8F. Windows color (decimal): -11750270 or 8565836. OLE color: 8565836.
HSL color Cylindrical-coordinate representation of color #4CB482: hue angle of 151.15º 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 #4CB482 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 130 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.29 |
| HSL | 151.15º | 0.41% | 0.5% | - |
| HSV(B) | 151.15º | 0.58% | 0.71% | - |
| XYZ | 23.33 | 35.79 | 26.8 | - |
| YUV | 143.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 130 | 0.58 | 0 | 0.28 | 0.29 | 151.15 | 0.41 | 0.5 |
| Hex | 4C | B4 | 82 | 3A | 0 | 1C | 1D | 97 | 29 | 32 |
| Octal | 114 | 264 | 202 | 72 | 0 | 34 | 35 | 227 | 51 | 62 |
| Binary | 1001100 | 10110100 | 10000010 | 111010 | 0 | 11100 | 11101 | 10010111 | 101001 | 110010 |
Color Harmonies of #4CB482
Complementary color
Monochromatic Colors of #4CB482
Black with #4CB482
Text Example
Text Example
White with #4CB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB482; }
p { color: rgb(76,180,130); }
H1.HeaderClassName
{
color: #4CB482;
}
.AnyTagClassName
{
color: #4CB482;
}
</style>
background-color css
<style>
a { background-color: #4CB482; }
a { background-color: rgb(76,180,130); }
div.DivClassName
{
background-color: #4CB482;
}
.BgClassName
{
background-color: #4CB482;
}
</style>
border-color css
<style>
span { border-color: #4CB482; }
span { border-color: rgb(76,180,130); }
td.TdClassName
{
border-color: #4CB482;
}
.TagClassName
{
border-color: #4CB482;
}
</style>