Shades of Ocean Green #4CB385
Tints of Ocean Green #4CB385
RGB
CMYK
RGB Variations
Color information
#4CB385 (or 0x4CB385) is known color: Ocean Green. HEX triplet: 4C, B3 and 85. RGB value is (76,179,133). Sum of RGB (Red+Green+Blue) = 76+179+133=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB385 is #B34C7A. Grayscale: #8F8F8F. Windows color (decimal): -11750523 or 8762188. OLE color: 8762188.
HSL color Cylindrical-coordinate representation of color #4CB385: hue angle of 153.2º 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 #4CB385 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 133 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.30 |
| HSL | 153.2º | 0.4% | 0.5% | - |
| HSV(B) | 153.2º | 0.58% | 0.7% | - |
| XYZ | 23.33 | 35.47 | 27.81 | - |
| YUV | 142.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 133 | 0.58 | 0 | 0.26 | 0.30 | 153.2 | 0.4 | 0.5 |
| Hex | 4C | B3 | 85 | 3A | 0 | 1A | 1E | 99 | 28 | 32 |
| Octal | 114 | 263 | 205 | 72 | 0 | 32 | 36 | 231 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10000101 | 111010 | 0 | 11010 | 11110 | 10011001 | 101000 | 110010 |
Color Harmonies of #4CB385
Complementary color
Monochromatic Colors of #4CB385
Black with #4CB385
Text Example
Text Example
White with #4CB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB385; }
p { color: rgb(76,179,133); }
H1.HeaderClassName
{
color: #4CB385;
}
.AnyTagClassName
{
color: #4CB385;
}
</style>
background-color css
<style>
a { background-color: #4CB385; }
a { background-color: rgb(76,179,133); }
div.DivClassName
{
background-color: #4CB385;
}
.BgClassName
{
background-color: #4CB385;
}
</style>
border-color css
<style>
span { border-color: #4CB385; }
span { border-color: rgb(76,179,133); }
td.TdClassName
{
border-color: #4CB385;
}
.TagClassName
{
border-color: #4CB385;
}
</style>