Shades of Ocean Green #4CB370
Tints of Ocean Green #4CB370
RGB
CMYK
RGB Variations
Color information
#4CB370 (or 0x4CB370) is known color: Ocean Green. HEX triplet: 4C, B3 and 70. RGB value is (76,179,112). Sum of RGB (Red+Green+Blue) = 76+179+112=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB370 is #B34C8F. Grayscale: #8C8C8C. Windows color (decimal): -11750544 or 7385932. OLE color: 7385932.
HSL color Cylindrical-coordinate representation of color #4CB370: hue angle of 140.97º 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 #4CB370 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 112 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.30 |
| HSL | 140.97º | 0.4% | 0.5% | - |
| HSV(B) | 140.97º | 0.58% | 0.7% | - |
| XYZ | 22.03 | 34.95 | 20.91 | - |
| YUV | 140.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 112 | 0.58 | 0 | 0.37 | 0.30 | 140.97 | 0.4 | 0.5 |
| Hex | 4C | B3 | 70 | 3A | 0 | 25 | 1E | 8D | 28 | 32 |
| Octal | 114 | 263 | 160 | 72 | 0 | 45 | 36 | 215 | 50 | 62 |
| Binary | 1001100 | 10110011 | 1110000 | 111010 | 0 | 100101 | 11110 | 10001101 | 101000 | 110010 |
Color Harmonies of #4CB370
Complementary color
Monochromatic Colors of #4CB370
Black with #4CB370
Text Example
Text Example
White with #4CB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB370; }
p { color: rgb(76,179,112); }
H1.HeaderClassName
{
color: #4CB370;
}
.AnyTagClassName
{
color: #4CB370;
}
</style>
background-color css
<style>
a { background-color: #4CB370; }
a { background-color: rgb(76,179,112); }
div.DivClassName
{
background-color: #4CB370;
}
.BgClassName
{
background-color: #4CB370;
}
</style>
border-color css
<style>
span { border-color: #4CB370; }
span { border-color: rgb(76,179,112); }
td.TdClassName
{
border-color: #4CB370;
}
.TagClassName
{
border-color: #4CB370;
}
</style>