Shades of Ocean Green #4CB484
Tints of Ocean Green #4CB484
RGB
CMYK
RGB Variations
Color information
#4CB484 (or 0x4CB484) is known color: Ocean Green. HEX triplet: 4C, B4 and 84. RGB value is (76,180,132). Sum of RGB (Red+Green+Blue) = 76+180+132=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB484 is #B34B7B. Grayscale: #8F8F8F. Windows color (decimal): -11750268 or 8696908. OLE color: 8696908.
HSL color Cylindrical-coordinate representation of color #4CB484: hue angle of 152.31º 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 #4CB484 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 132 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.29 |
| HSL | 152.31º | 0.41% | 0.5% | - |
| HSV(B) | 152.31º | 0.58% | 0.71% | - |
| XYZ | 23.47 | 35.84 | 27.51 | - |
| YUV | 143.43 | 121.54 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 132 | 0.58 | 0 | 0.27 | 0.29 | 152.31 | 0.41 | 0.5 |
| Hex | 4C | B4 | 84 | 3A | 0 | 1B | 1D | 98 | 29 | 32 |
| Octal | 114 | 264 | 204 | 72 | 0 | 33 | 35 | 230 | 51 | 62 |
| Binary | 1001100 | 10110100 | 10000100 | 111010 | 0 | 11011 | 11101 | 10011000 | 101001 | 110010 |
Color Harmonies of #4CB484
Complementary color
Monochromatic Colors of #4CB484
Black with #4CB484
Text Example
Text Example
White with #4CB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB484; }
p { color: rgb(76,180,132); }
H1.HeaderClassName
{
color: #4CB484;
}
.AnyTagClassName
{
color: #4CB484;
}
</style>
background-color css
<style>
a { background-color: #4CB484; }
a { background-color: rgb(76,180,132); }
div.DivClassName
{
background-color: #4CB484;
}
.BgClassName
{
background-color: #4CB484;
}
</style>
border-color css
<style>
span { border-color: #4CB484; }
span { border-color: rgb(76,180,132); }
td.TdClassName
{
border-color: #4CB484;
}
.TagClassName
{
border-color: #4CB484;
}
</style>