Shades of Ocean Green #4CB581
Tints of Ocean Green #4CB581
RGB
CMYK
RGB Variations
Color information
#4CB581 (or 0x4CB581) is known color: Ocean Green. HEX triplet: 4C, B5 and 81. RGB value is (76,181,129). Sum of RGB (Red+Green+Blue) = 76+181+129=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB581 is #B34A7E. Grayscale: #8F8F8F. Windows color (decimal): -11750015 or 8500556. OLE color: 8500556.
HSL color Cylindrical-coordinate representation of color #4CB581: hue angle of 150.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB581 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 129 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.29 |
| HSL | 150.29º | 0.42% | 0.5% | - |
| HSV(B) | 150.29º | 0.58% | 0.71% | - |
| XYZ | 23.47 | 36.17 | 26.51 | - |
| YUV | 143.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 129 | 0.58 | 0 | 0.29 | 0.29 | 150.29 | 0.42 | 0.5 |
| Hex | 4C | B5 | 81 | 3A | 0 | 1D | 1D | 96 | 2A | 32 |
| Octal | 114 | 265 | 201 | 72 | 0 | 35 | 35 | 226 | 52 | 62 |
| Binary | 1001100 | 10110101 | 10000001 | 111010 | 0 | 11101 | 11101 | 10010110 | 101010 | 110010 |
Color Harmonies of #4CB581
Complementary color
Monochromatic Colors of #4CB581
Black with #4CB581
Text Example
Text Example
White with #4CB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB581; }
p { color: rgb(76,181,129); }
H1.HeaderClassName
{
color: #4CB581;
}
.AnyTagClassName
{
color: #4CB581;
}
</style>
background-color css
<style>
a { background-color: #4CB581; }
a { background-color: rgb(76,181,129); }
div.DivClassName
{
background-color: #4CB581;
}
.BgClassName
{
background-color: #4CB581;
}
</style>
border-color css
<style>
span { border-color: #4CB581; }
span { border-color: rgb(76,181,129); }
td.TdClassName
{
border-color: #4CB581;
}
.TagClassName
{
border-color: #4CB581;
}
</style>