Shades of Ocean Green #4CA881
Tints of Ocean Green #4CA881
RGB
CMYK
RGB Variations
Color information
#4CA881 (or 0x4CA881) is known color: Ocean Green. HEX triplet: 4C, A8 and 81. RGB value is (76,168,129). Sum of RGB (Red+Green+Blue) = 76+168+129=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA881 is #B3577E. Grayscale: #888888. Windows color (decimal): -11753343 or 8497228. OLE color: 8497228.
HSL color Cylindrical-coordinate representation of color #4CA881: hue angle of 154.57º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA881 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 168 | 129 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.34 |
| HSL | 154.57º | 0.38% | 0.48% | - |
| HSV(B) | 154.57º | 0.55% | 0.66% | - |
| XYZ | 20.95 | 31.13 | 25.67 | - |
| YUV | 136.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 129 | 0.55 | 0 | 0.23 | 0.34 | 154.57 | 0.38 | 0.48 |
| Hex | 4C | A8 | 81 | 37 | 0 | 17 | 22 | 9B | 26 | 30 |
| Octal | 114 | 250 | 201 | 67 | 0 | 27 | 42 | 233 | 46 | 60 |
| Binary | 1001100 | 10101000 | 10000001 | 110111 | 0 | 10111 | 100010 | 10011011 | 100110 | 110000 |
Color Harmonies of #4CA881
Complementary color
Monochromatic Colors of #4CA881
Black with #4CA881
Text Example
Text Example
White with #4CA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA881; }
p { color: rgb(76,168,129); }
H1.HeaderClassName
{
color: #4CA881;
}
.AnyTagClassName
{
color: #4CA881;
}
</style>
background-color css
<style>
a { background-color: #4CA881; }
a { background-color: rgb(76,168,129); }
div.DivClassName
{
background-color: #4CA881;
}
.BgClassName
{
background-color: #4CA881;
}
</style>
border-color css
<style>
span { border-color: #4CA881; }
span { border-color: rgb(76,168,129); }
td.TdClassName
{
border-color: #4CA881;
}
.TagClassName
{
border-color: #4CA881;
}
</style>