Shades of Ocean Green #4C9572
Tints of Ocean Green #4C9572
RGB
CMYK
RGB Variations
Color information
#4C9572 (or 0x4C9572) is known color: Ocean Green. HEX triplet: 4C, 95 and 72. RGB value is (76,149,114). Sum of RGB (Red+Green+Blue) = 76+149+114=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9572 is #B36A8D. Grayscale: #7B7B7B. Windows color (decimal): -11758222 or 7509324. OLE color: 7509324.
HSL color Cylindrical-coordinate representation of color #4C9572: hue angle of 151.23º 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 #4C9572 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 114 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.42 |
| HSL | 151.23º | 0.32% | 0.44% | - |
| HSV(B) | 151.23º | 0.49% | 0.58% | - |
| XYZ | 16.77 | 24.25 | 19.72 | - |
| YUV | 123.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 114 | 0.49 | 0 | 0.23 | 0.42 | 151.23 | 0.32 | 0.44 |
| Hex | 4C | 95 | 72 | 31 | 0 | 17 | 2A | 97 | 20 | 2C |
| Octal | 114 | 225 | 162 | 61 | 0 | 27 | 52 | 227 | 40 | 54 |
| Binary | 1001100 | 10010101 | 1110010 | 110001 | 0 | 10111 | 101010 | 10010111 | 100000 | 101100 |
Color Harmonies of #4C9572
Complementary color
Monochromatic Colors of #4C9572
Black with #4C9572
Text Example
Text Example
White with #4C9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9572; }
p { color: rgb(76,149,114); }
H1.HeaderClassName
{
color: #4C9572;
}
.AnyTagClassName
{
color: #4C9572;
}
</style>
background-color css
<style>
a { background-color: #4C9572; }
a { background-color: rgb(76,149,114); }
div.DivClassName
{
background-color: #4C9572;
}
.BgClassName
{
background-color: #4C9572;
}
</style>
border-color css
<style>
span { border-color: #4C9572; }
span { border-color: rgb(76,149,114); }
td.TdClassName
{
border-color: #4C9572;
}
.TagClassName
{
border-color: #4C9572;
}
</style>