Shades of Ocean Green #549871
Tints of Ocean Green #549871
RGB
CMYK
RGB Variations
Color information
#549871 (or 0x549871) is known color: Ocean Green. HEX triplet: 54, 98 and 71. RGB value is (84,152,113). Sum of RGB (Red+Green+Blue) = 84+152+113=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #549871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549871 is #AB678E. Grayscale: #7F7F7F. Windows color (decimal): -11233167 or 7444564. OLE color: 7444564.
HSL color Cylindrical-coordinate representation of color #549871: hue angle of 145.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549871 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 113 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.40 |
| HSL | 145.59º | 0.29% | 0.46% | - |
| HSV(B) | 145.59º | 0.45% | 0.6% | - |
| XYZ | 17.87 | 25.53 | 19.61 | - |
| YUV | 127.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 113 | 0.45 | 0 | 0.26 | 0.40 | 145.59 | 0.29 | 0.46 |
| Hex | 54 | 98 | 71 | 2D | 0 | 1A | 28 | 92 | 1D | 2E |
| Octal | 124 | 230 | 161 | 55 | 0 | 32 | 50 | 222 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1110001 | 101101 | 0 | 11010 | 101000 | 10010010 | 11101 | 101110 |
Color Harmonies of #549871
Complementary color
Monochromatic Colors of #549871
Black with #549871
Text Example
Text Example
White with #549871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549871; }
p { color: rgb(84,152,113); }
H1.HeaderClassName
{
color: #549871;
}
.AnyTagClassName
{
color: #549871;
}
</style>
background-color css
<style>
a { background-color: #549871; }
a { background-color: rgb(84,152,113); }
div.DivClassName
{
background-color: #549871;
}
.BgClassName
{
background-color: #549871;
}
</style>
border-color css
<style>
span { border-color: #549871; }
span { border-color: rgb(84,152,113); }
td.TdClassName
{
border-color: #549871;
}
.TagClassName
{
border-color: #549871;
}
</style>