Shades of Ocean Green #4C9570
Tints of Ocean Green #4C9570
RGB
CMYK
RGB Variations
Color information
#4C9570 (or 0x4C9570) is known color: Ocean Green. HEX triplet: 4C, 95 and 70. RGB value is (76,149,112). Sum of RGB (Red+Green+Blue) = 76+149+112=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9570 is #B36A8F. Grayscale: #7B7B7B. Windows color (decimal): -11758224 or 7378252. OLE color: 7378252.
HSL color Cylindrical-coordinate representation of color #4C9570: hue angle of 149.59º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9570 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 112 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.42 |
| HSL | 149.59º | 0.32% | 0.44% | - |
| HSV(B) | 149.59º | 0.49% | 0.58% | - |
| XYZ | 16.65 | 24.2 | 19.12 | - |
| YUV | 122.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 112 | 0.49 | 0 | 0.25 | 0.42 | 149.59 | 0.32 | 0.44 |
| Hex | 4C | 95 | 70 | 31 | 0 | 19 | 2A | 96 | 20 | 2C |
| Octal | 114 | 225 | 160 | 61 | 0 | 31 | 52 | 226 | 40 | 54 |
| Binary | 1001100 | 10010101 | 1110000 | 110001 | 0 | 11001 | 101010 | 10010110 | 100000 | 101100 |
Color Harmonies of #4C9570
Complementary color
Monochromatic Colors of #4C9570
Black with #4C9570
Text Example
Text Example
White with #4C9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9570; }
p { color: rgb(76,149,112); }
H1.HeaderClassName
{
color: #4C9570;
}
.AnyTagClassName
{
color: #4C9570;
}
</style>
background-color css
<style>
a { background-color: #4C9570; }
a { background-color: rgb(76,149,112); }
div.DivClassName
{
background-color: #4C9570;
}
.BgClassName
{
background-color: #4C9570;
}
</style>
border-color css
<style>
span { border-color: #4C9570; }
span { border-color: rgb(76,149,112); }
td.TdClassName
{
border-color: #4C9570;
}
.TagClassName
{
border-color: #4C9570;
}
</style>