Shades of Ocean Green #4CB573
Tints of Ocean Green #4CB573
RGB
CMYK
RGB Variations
Color information
#4CB573 (or 0x4CB573) is known color: Ocean Green. HEX triplet: 4C, B5 and 73. RGB value is (76,181,115). Sum of RGB (Red+Green+Blue) = 76+181+115=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB573 is #B34A8C. Grayscale: #8E8E8E. Windows color (decimal): -11750029 or 7583052. OLE color: 7583052.
HSL color Cylindrical-coordinate representation of color #4CB573: hue angle of 142.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 #4CB573 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 115 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.29 |
| HSL | 142.29º | 0.42% | 0.5% | - |
| HSV(B) | 142.29º | 0.58% | 0.71% | - |
| XYZ | 22.6 | 35.82 | 21.94 | - |
| YUV | 142.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 115 | 0.58 | 0 | 0.36 | 0.29 | 142.29 | 0.42 | 0.5 |
| Hex | 4C | B5 | 73 | 3A | 0 | 24 | 1D | 8E | 2A | 32 |
| Octal | 114 | 265 | 163 | 72 | 0 | 44 | 35 | 216 | 52 | 62 |
| Binary | 1001100 | 10110101 | 1110011 | 111010 | 0 | 100100 | 11101 | 10001110 | 101010 | 110010 |
Color Harmonies of #4CB573
Complementary color
Monochromatic Colors of #4CB573
Black with #4CB573
Text Example
Text Example
White with #4CB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB573; }
p { color: rgb(76,181,115); }
H1.HeaderClassName
{
color: #4CB573;
}
.AnyTagClassName
{
color: #4CB573;
}
</style>
background-color css
<style>
a { background-color: #4CB573; }
a { background-color: rgb(76,181,115); }
div.DivClassName
{
background-color: #4CB573;
}
.BgClassName
{
background-color: #4CB573;
}
</style>
border-color css
<style>
span { border-color: #4CB573; }
span { border-color: rgb(76,181,115); }
td.TdClassName
{
border-color: #4CB573;
}
.TagClassName
{
border-color: #4CB573;
}
</style>