Shades of Ocean Green #4AA176
Tints of Ocean Green #4AA176
RGB
CMYK
RGB Variations
Color information
#4AA176 (or 0x4AA176) is known color: Ocean Green. HEX triplet: 4A, A1 and 76. RGB value is (74,161,118). Sum of RGB (Red+Green+Blue) = 74+161+118=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA176 is #B55E89. Grayscale: #828282. Windows color (decimal): -11886218 or 7774538. OLE color: 7774538.
HSL color Cylindrical-coordinate representation of color #4AA176: hue angle of 150.34º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA176 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 161 | 118 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.37 |
| HSL | 150.34º | 0.37% | 0.46% | - |
| HSV(B) | 150.34º | 0.54% | 0.63% | - |
| XYZ | 18.84 | 28.25 | 21.6 | - |
| YUV | 130.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 118 | 0.54 | 0 | 0.27 | 0.37 | 150.34 | 0.37 | 0.46 |
| Hex | 4A | A1 | 76 | 36 | 0 | 1B | 25 | 96 | 25 | 2E |
| Octal | 112 | 241 | 166 | 66 | 0 | 33 | 45 | 226 | 45 | 56 |
| Binary | 1001010 | 10100001 | 1110110 | 110110 | 0 | 11011 | 100101 | 10010110 | 100101 | 101110 |
Color Harmonies of #4AA176
Complementary color
Monochromatic Colors of #4AA176
Black with #4AA176
Text Example
Text Example
White with #4AA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA176; }
p { color: rgb(74,161,118); }
H1.HeaderClassName
{
color: #4AA176;
}
.AnyTagClassName
{
color: #4AA176;
}
</style>
background-color css
<style>
a { background-color: #4AA176; }
a { background-color: rgb(74,161,118); }
div.DivClassName
{
background-color: #4AA176;
}
.BgClassName
{
background-color: #4AA176;
}
</style>
border-color css
<style>
span { border-color: #4AA176; }
span { border-color: rgb(74,161,118); }
td.TdClassName
{
border-color: #4AA176;
}
.TagClassName
{
border-color: #4AA176;
}
</style>