Shades of Ocean Green #4AB877
Tints of Ocean Green #4AB877
RGB
CMYK
RGB Variations
Color information
#4AB877 (or 0x4AB877) is known color: Ocean Green. HEX triplet: 4A, B8 and 77. RGB value is (74,184,119). Sum of RGB (Red+Green+Blue) = 74+184+119=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB877 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB877 is #B54788. Grayscale: #8F8F8F. Windows color (decimal): -11880329 or 7845962. OLE color: 7845962.
HSL color Cylindrical-coordinate representation of color #4AB877: hue angle of 144.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB877 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 119 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.28 |
| HSL | 144.55º | 0.44% | 0.51% | - |
| HSV(B) | 144.55º | 0.6% | 0.72% | - |
| XYZ | 23.29 | 37.07 | 23.38 | - |
| YUV | 143.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 119 | 0.60 | 0 | 0.35 | 0.28 | 144.55 | 0.44 | 0.51 |
| Hex | 4A | B8 | 77 | 3C | 0 | 23 | 1C | 91 | 2C | 33 |
| Octal | 112 | 270 | 167 | 74 | 0 | 43 | 34 | 221 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1110111 | 111100 | 0 | 100011 | 11100 | 10010001 | 101100 | 110011 |
Color Harmonies of #4AB877
Complementary color
Monochromatic Colors of #4AB877
Black with #4AB877
Text Example
Text Example
White with #4AB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB877; }
p { color: rgb(74,184,119); }
H1.HeaderClassName
{
color: #4AB877;
}
.AnyTagClassName
{
color: #4AB877;
}
</style>
background-color css
<style>
a { background-color: #4AB877; }
a { background-color: rgb(74,184,119); }
div.DivClassName
{
background-color: #4AB877;
}
.BgClassName
{
background-color: #4AB877;
}
</style>
border-color css
<style>
span { border-color: #4AB877; }
span { border-color: rgb(74,184,119); }
td.TdClassName
{
border-color: #4AB877;
}
.TagClassName
{
border-color: #4AB877;
}
</style>