Shades of Ocean Green #4CB680
Tints of Ocean Green #4CB680
RGB
CMYK
RGB Variations
Color information
#4CB680 (or 0x4CB680) is known color: Ocean Green. HEX triplet: 4C, B6 and 80. RGB value is (76,182,128). Sum of RGB (Red+Green+Blue) = 76+182+128=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB680 is #B3497F. Grayscale: #909090. Windows color (decimal): -11749760 or 8435276. OLE color: 8435276.
HSL color Cylindrical-coordinate representation of color #4CB680: hue angle of 149.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB680 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 182 | 128 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.29 |
| HSL | 149.43º | 0.42% | 0.51% | - |
| HSV(B) | 149.43º | 0.58% | 0.71% | - |
| XYZ | 23.6 | 36.55 | 26.23 | - |
| YUV | 144.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 182 | 128 | 0.58 | 0 | 0.30 | 0.29 | 149.43 | 0.42 | 0.51 |
| Hex | 4C | B6 | 80 | 3A | 0 | 1E | 1D | 95 | 2A | 33 |
| Octal | 114 | 266 | 200 | 72 | 0 | 36 | 35 | 225 | 52 | 63 |
| Binary | 1001100 | 10110110 | 10000000 | 111010 | 0 | 11110 | 11101 | 10010101 | 101010 | 110011 |
Color Harmonies of #4CB680
Complementary color
Monochromatic Colors of #4CB680
Black with #4CB680
Text Example
Text Example
White with #4CB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB680; }
p { color: rgb(76,182,128); }
H1.HeaderClassName
{
color: #4CB680;
}
.AnyTagClassName
{
color: #4CB680;
}
</style>
background-color css
<style>
a { background-color: #4CB680; }
a { background-color: rgb(76,182,128); }
div.DivClassName
{
background-color: #4CB680;
}
.BgClassName
{
background-color: #4CB680;
}
</style>
border-color css
<style>
span { border-color: #4CB680; }
span { border-color: rgb(76,182,128); }
td.TdClassName
{
border-color: #4CB680;
}
.TagClassName
{
border-color: #4CB680;
}
</style>