Shades of Ocean Green #4CB376
Tints of Ocean Green #4CB376
RGB
CMYK
RGB Variations
Color information
#4CB376 (or 0x4CB376) is known color: Ocean Green. HEX triplet: 4C, B3 and 76. RGB value is (76,179,118). Sum of RGB (Red+Green+Blue) = 76+179+118=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB376 is #B34C89. Grayscale: #8D8D8D. Windows color (decimal): -11750538 or 7779148. OLE color: 7779148.
HSL color Cylindrical-coordinate representation of color #4CB376: hue angle of 144.47º 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 #4CB376 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 118 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.30 |
| HSL | 144.47º | 0.4% | 0.5% | - |
| HSV(B) | 144.47º | 0.58% | 0.7% | - |
| XYZ | 22.37 | 35.08 | 22.73 | - |
| YUV | 141.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 118 | 0.58 | 0 | 0.34 | 0.30 | 144.47 | 0.4 | 0.5 |
| Hex | 4C | B3 | 76 | 3A | 0 | 22 | 1E | 90 | 28 | 32 |
| Octal | 114 | 263 | 166 | 72 | 0 | 42 | 36 | 220 | 50 | 62 |
| Binary | 1001100 | 10110011 | 1110110 | 111010 | 0 | 100010 | 11110 | 10010000 | 101000 | 110010 |
Color Harmonies of #4CB376
Complementary color
Monochromatic Colors of #4CB376
Black with #4CB376
Text Example
Text Example
White with #4CB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB376; }
p { color: rgb(76,179,118); }
H1.HeaderClassName
{
color: #4CB376;
}
.AnyTagClassName
{
color: #4CB376;
}
</style>
background-color css
<style>
a { background-color: #4CB376; }
a { background-color: rgb(76,179,118); }
div.DivClassName
{
background-color: #4CB376;
}
.BgClassName
{
background-color: #4CB376;
}
</style>
border-color css
<style>
span { border-color: #4CB376; }
span { border-color: rgb(76,179,118); }
td.TdClassName
{
border-color: #4CB376;
}
.TagClassName
{
border-color: #4CB376;
}
</style>