Shades of Ocean Green #4AA274
Tints of Ocean Green #4AA274
RGB
CMYK
RGB Variations
Color information
#4AA274 (or 0x4AA274) is known color: Ocean Green. HEX triplet: 4A, A2 and 74. RGB value is (74,162,116). Sum of RGB (Red+Green+Blue) = 74+162+116=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA274 is #B55D8B. Grayscale: #828282. Windows color (decimal): -11885964 or 7643722. OLE color: 7643722.
HSL color Cylindrical-coordinate representation of color #4AA274: hue angle of 148.64º 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 #4AA274 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 116 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.36 |
| HSL | 148.64º | 0.37% | 0.46% | - |
| HSV(B) | 148.64º | 0.54% | 0.64% | - |
| XYZ | 18.9 | 28.56 | 21.04 | - |
| YUV | 130.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 116 | 0.54 | 0 | 0.28 | 0.36 | 148.64 | 0.37 | 0.46 |
| Hex | 4A | A2 | 74 | 36 | 0 | 1C | 24 | 95 | 25 | 2E |
| Octal | 112 | 242 | 164 | 66 | 0 | 34 | 44 | 225 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1110100 | 110110 | 0 | 11100 | 100100 | 10010101 | 100101 | 101110 |
Color Harmonies of #4AA274
Complementary color
Monochromatic Colors of #4AA274
Black with #4AA274
Text Example
Text Example
White with #4AA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA274; }
p { color: rgb(74,162,116); }
H1.HeaderClassName
{
color: #4AA274;
}
.AnyTagClassName
{
color: #4AA274;
}
</style>
background-color css
<style>
a { background-color: #4AA274; }
a { background-color: rgb(74,162,116); }
div.DivClassName
{
background-color: #4AA274;
}
.BgClassName
{
background-color: #4AA274;
}
</style>
border-color css
<style>
span { border-color: #4AA274; }
span { border-color: rgb(74,162,116); }
td.TdClassName
{
border-color: #4AA274;
}
.TagClassName
{
border-color: #4AA274;
}
</style>