Shades of Ocean Green #4CB580
Tints of Ocean Green #4CB580
RGB
CMYK
RGB Variations
Color information
#4CB580 (or 0x4CB580) is known color: Ocean Green. HEX triplet: 4C, B5 and 80. RGB value is (76,181,128). Sum of RGB (Red+Green+Blue) = 76+181+128=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB580 is #B34A7F. Grayscale: #8F8F8F. Windows color (decimal): -11750016 or 8435020. OLE color: 8435020.
HSL color Cylindrical-coordinate representation of color #4CB580: hue angle of 149.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 #4CB580 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 128 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.29 |
| HSL | 149.71º | 0.42% | 0.5% | - |
| HSV(B) | 149.71º | 0.58% | 0.71% | - |
| XYZ | 23.4 | 36.14 | 26.16 | - |
| YUV | 143.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 128 | 0.58 | 0 | 0.29 | 0.29 | 149.71 | 0.42 | 0.5 |
| Hex | 4C | B5 | 80 | 3A | 0 | 1D | 1D | 96 | 2A | 32 |
| Octal | 114 | 265 | 200 | 72 | 0 | 35 | 35 | 226 | 52 | 62 |
| Binary | 1001100 | 10110101 | 10000000 | 111010 | 0 | 11101 | 11101 | 10010110 | 101010 | 110010 |
Color Harmonies of #4CB580
Complementary color
Monochromatic Colors of #4CB580
Black with #4CB580
Text Example
Text Example
White with #4CB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB580; }
p { color: rgb(76,181,128); }
H1.HeaderClassName
{
color: #4CB580;
}
.AnyTagClassName
{
color: #4CB580;
}
</style>
background-color css
<style>
a { background-color: #4CB580; }
a { background-color: rgb(76,181,128); }
div.DivClassName
{
background-color: #4CB580;
}
.BgClassName
{
background-color: #4CB580;
}
</style>
border-color css
<style>
span { border-color: #4CB580; }
span { border-color: rgb(76,181,128); }
td.TdClassName
{
border-color: #4CB580;
}
.TagClassName
{
border-color: #4CB580;
}
</style>