Shades of Ocean Green #4CB384
Tints of Ocean Green #4CB384
RGB
CMYK
RGB Variations
Color information
#4CB384 (or 0x4CB384) is known color: Ocean Green. HEX triplet: 4C, B3 and 84. RGB value is (76,179,132). Sum of RGB (Red+Green+Blue) = 76+179+132=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB384 is #B34C7B. Grayscale: #8E8E8E. Windows color (decimal): -11750524 or 8696652. OLE color: 8696652.
HSL color Cylindrical-coordinate representation of color #4CB384: hue angle of 152.62º 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 #4CB384 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 132 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.30 |
| HSL | 152.62º | 0.4% | 0.5% | - |
| HSV(B) | 152.62º | 0.58% | 0.7% | - |
| XYZ | 23.27 | 35.44 | 27.44 | - |
| YUV | 142.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 132 | 0.58 | 0 | 0.26 | 0.30 | 152.62 | 0.4 | 0.5 |
| Hex | 4C | B3 | 84 | 3A | 0 | 1A | 1E | 99 | 28 | 32 |
| Octal | 114 | 263 | 204 | 72 | 0 | 32 | 36 | 231 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10000100 | 111010 | 0 | 11010 | 11110 | 10011001 | 101000 | 110010 |
Color Harmonies of #4CB384
Complementary color
Monochromatic Colors of #4CB384
Black with #4CB384
Text Example
Text Example
White with #4CB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB384; }
p { color: rgb(76,179,132); }
H1.HeaderClassName
{
color: #4CB384;
}
.AnyTagClassName
{
color: #4CB384;
}
</style>
background-color css
<style>
a { background-color: #4CB384; }
a { background-color: rgb(76,179,132); }
div.DivClassName
{
background-color: #4CB384;
}
.BgClassName
{
background-color: #4CB384;
}
</style>
border-color css
<style>
span { border-color: #4CB384; }
span { border-color: rgb(76,179,132); }
td.TdClassName
{
border-color: #4CB384;
}
.TagClassName
{
border-color: #4CB384;
}
</style>