Shades of Ocean Green #4AB773
Tints of Ocean Green #4AB773
RGB
CMYK
RGB Variations
Color information
#4AB773 (or 0x4AB773) is known color: Ocean Green. HEX triplet: 4A, B7 and 73. RGB value is (74,183,115). Sum of RGB (Red+Green+Blue) = 74+183+115=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB773 is #B5488C. Grayscale: #8E8E8E. Windows color (decimal): -11880589 or 7583562. OLE color: 7583562.
HSL color Cylindrical-coordinate representation of color #4AB773: hue angle of 142.57º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB773 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 115 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.28 |
| HSL | 142.57º | 0.43% | 0.5% | - |
| HSV(B) | 142.57º | 0.6% | 0.72% | - |
| XYZ | 22.85 | 36.56 | 22.07 | - |
| YUV | 142.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 115 | 0.60 | 0 | 0.37 | 0.28 | 142.57 | 0.43 | 0.5 |
| Hex | 4A | B7 | 73 | 3C | 0 | 25 | 1C | 8F | 2B | 32 |
| Octal | 112 | 267 | 163 | 74 | 0 | 45 | 34 | 217 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1110011 | 111100 | 0 | 100101 | 11100 | 10001111 | 101011 | 110010 |
Color Harmonies of #4AB773
Complementary color
Monochromatic Colors of #4AB773
Black with #4AB773
Text Example
Text Example
White with #4AB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB773; }
p { color: rgb(74,183,115); }
H1.HeaderClassName
{
color: #4AB773;
}
.AnyTagClassName
{
color: #4AB773;
}
</style>
background-color css
<style>
a { background-color: #4AB773; }
a { background-color: rgb(74,183,115); }
div.DivClassName
{
background-color: #4AB773;
}
.BgClassName
{
background-color: #4AB773;
}
</style>
border-color css
<style>
span { border-color: #4AB773; }
span { border-color: rgb(74,183,115); }
td.TdClassName
{
border-color: #4AB773;
}
.TagClassName
{
border-color: #4AB773;
}
</style>