Shades of Ocean Green #4CB579
Tints of Ocean Green #4CB579
RGB
CMYK
RGB Variations
Color information
#4CB579 (or 0x4CB579) is known color: Ocean Green. HEX triplet: 4C, B5 and 79. RGB value is (76,181,121). Sum of RGB (Red+Green+Blue) = 76+181+121=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB579 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB579 is #B34A86. Grayscale: #8E8E8E. Windows color (decimal): -11750023 or 7976268. OLE color: 7976268.
HSL color Cylindrical-coordinate representation of color #4CB579: hue angle of 145.71º 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 #4CB579 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 121 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.29 |
| HSL | 145.71º | 0.42% | 0.5% | - |
| HSV(B) | 145.71º | 0.58% | 0.71% | - |
| XYZ | 22.96 | 35.96 | 23.82 | - |
| YUV | 142.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 121 | 0.58 | 0 | 0.33 | 0.29 | 145.71 | 0.42 | 0.5 |
| Hex | 4C | B5 | 79 | 3A | 0 | 21 | 1D | 92 | 2A | 32 |
| Octal | 114 | 265 | 171 | 72 | 0 | 41 | 35 | 222 | 52 | 62 |
| Binary | 1001100 | 10110101 | 1111001 | 111010 | 0 | 100001 | 11101 | 10010010 | 101010 | 110010 |
Color Harmonies of #4CB579
Complementary color
Monochromatic Colors of #4CB579
Black with #4CB579
Text Example
Text Example
White with #4CB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB579; }
p { color: rgb(76,181,121); }
H1.HeaderClassName
{
color: #4CB579;
}
.AnyTagClassName
{
color: #4CB579;
}
</style>
background-color css
<style>
a { background-color: #4CB579; }
a { background-color: rgb(76,181,121); }
div.DivClassName
{
background-color: #4CB579;
}
.BgClassName
{
background-color: #4CB579;
}
</style>
border-color css
<style>
span { border-color: #4CB579; }
span { border-color: rgb(76,181,121); }
td.TdClassName
{
border-color: #4CB579;
}
.TagClassName
{
border-color: #4CB579;
}
</style>