Shades of Ocean Green #4CA471
Tints of Ocean Green #4CA471
RGB
CMYK
RGB Variations
Color information
#4CA471 (or 0x4CA471) is known color: Ocean Green. HEX triplet: 4C, A4 and 71. RGB value is (76,164,113). Sum of RGB (Red+Green+Blue) = 76+164+113=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA471 is #B35B8E. Grayscale: #838383. Windows color (decimal): -11754383 or 7447628. OLE color: 7447628.
HSL color Cylindrical-coordinate representation of color #4CA471: hue angle of 145.23º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA471 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 164 | 113 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.36 |
| HSL | 145.23º | 0.37% | 0.47% | - |
| HSV(B) | 145.23º | 0.54% | 0.64% | - |
| XYZ | 19.24 | 29.28 | 20.26 | - |
| YUV | 131.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 113 | 0.54 | 0 | 0.31 | 0.36 | 145.23 | 0.37 | 0.47 |
| Hex | 4C | A4 | 71 | 36 | 0 | 1F | 24 | 91 | 25 | 2F |
| Octal | 114 | 244 | 161 | 66 | 0 | 37 | 44 | 221 | 45 | 57 |
| Binary | 1001100 | 10100100 | 1110001 | 110110 | 0 | 11111 | 100100 | 10010001 | 100101 | 101111 |
Color Harmonies of #4CA471
Complementary color
Monochromatic Colors of #4CA471
Black with #4CA471
Text Example
Text Example
White with #4CA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA471; }
p { color: rgb(76,164,113); }
H1.HeaderClassName
{
color: #4CA471;
}
.AnyTagClassName
{
color: #4CA471;
}
</style>
background-color css
<style>
a { background-color: #4CA471; }
a { background-color: rgb(76,164,113); }
div.DivClassName
{
background-color: #4CA471;
}
.BgClassName
{
background-color: #4CA471;
}
</style>
border-color css
<style>
span { border-color: #4CA471; }
span { border-color: rgb(76,164,113); }
td.TdClassName
{
border-color: #4CA471;
}
.TagClassName
{
border-color: #4CA471;
}
</style>