Shades of Ocean Green #4A9879
Tints of Ocean Green #4A9879
RGB
CMYK
RGB Variations
Color information
#4A9879 (or 0x4A9879) is known color: Ocean Green. HEX triplet: 4A, 98 and 79. RGB value is (74,152,121). Sum of RGB (Red+Green+Blue) = 74+152+121=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9879 is #B56786. Grayscale: #7D7D7D. Windows color (decimal): -11888519 or 7968842. OLE color: 7968842.
HSL color Cylindrical-coordinate representation of color #4A9879: hue angle of 156.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9879 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 121 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.40 |
| HSL | 156.15º | 0.35% | 0.44% | - |
| HSV(B) | 156.15º | 0.51% | 0.6% | - |
| XYZ | 17.5 | 25.29 | 22.05 | - |
| YUV | 125.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 121 | 0.51 | 0 | 0.20 | 0.40 | 156.15 | 0.35 | 0.44 |
| Hex | 4A | 98 | 79 | 33 | 0 | 14 | 28 | 9C | 23 | 2C |
| Octal | 112 | 230 | 171 | 63 | 0 | 24 | 50 | 234 | 43 | 54 |
| Binary | 1001010 | 10011000 | 1111001 | 110011 | 0 | 10100 | 101000 | 10011100 | 100011 | 101100 |
Color Harmonies of #4A9879
Complementary color
Monochromatic Colors of #4A9879
Black with #4A9879
Text Example
Text Example
White with #4A9879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9879; }
p { color: rgb(74,152,121); }
H1.HeaderClassName
{
color: #4A9879;
}
.AnyTagClassName
{
color: #4A9879;
}
</style>
background-color css
<style>
a { background-color: #4A9879; }
a { background-color: rgb(74,152,121); }
div.DivClassName
{
background-color: #4A9879;
}
.BgClassName
{
background-color: #4A9879;
}
</style>
border-color css
<style>
span { border-color: #4A9879; }
span { border-color: rgb(74,152,121); }
td.TdClassName
{
border-color: #4A9879;
}
.TagClassName
{
border-color: #4A9879;
}
</style>