Shades of Ocean Green #4AA279
Tints of Ocean Green #4AA279
RGB
CMYK
RGB Variations
Color information
#4AA279 (or 0x4AA279) is known color: Ocean Green. HEX triplet: 4A, A2 and 79. RGB value is (74,162,121). Sum of RGB (Red+Green+Blue) = 74+162+121=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA279 is #B55D86. Grayscale: #838383. Windows color (decimal): -11885959 or 7971402. OLE color: 7971402.
HSL color Cylindrical-coordinate representation of color #4AA279: hue angle of 152.05º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA279 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 121 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.36 |
| HSL | 152.05º | 0.37% | 0.46% | - |
| HSV(B) | 152.05º | 0.54% | 0.64% | - |
| XYZ | 19.2 | 28.68 | 22.61 | - |
| YUV | 131.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 121 | 0.54 | 0 | 0.25 | 0.36 | 152.05 | 0.37 | 0.46 |
| Hex | 4A | A2 | 79 | 36 | 0 | 19 | 24 | 98 | 25 | 2E |
| Octal | 112 | 242 | 171 | 66 | 0 | 31 | 44 | 230 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1111001 | 110110 | 0 | 11001 | 100100 | 10011000 | 100101 | 101110 |
Color Harmonies of #4AA279
Complementary color
Monochromatic Colors of #4AA279
Black with #4AA279
Text Example
Text Example
White with #4AA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA279; }
p { color: rgb(74,162,121); }
H1.HeaderClassName
{
color: #4AA279;
}
.AnyTagClassName
{
color: #4AA279;
}
</style>
background-color css
<style>
a { background-color: #4AA279; }
a { background-color: rgb(74,162,121); }
div.DivClassName
{
background-color: #4AA279;
}
.BgClassName
{
background-color: #4AA279;
}
</style>
border-color css
<style>
span { border-color: #4AA279; }
span { border-color: rgb(74,162,121); }
td.TdClassName
{
border-color: #4AA279;
}
.TagClassName
{
border-color: #4AA279;
}
</style>