Shades of Ocean Green #549875
Tints of Ocean Green #549875
RGB
CMYK
RGB Variations
Color information
#549875 (or 0x549875) is known color: Ocean Green. HEX triplet: 54, 98 and 75. RGB value is (84,152,117). Sum of RGB (Red+Green+Blue) = 84+152+117=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #549875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549875 is #AB678A. Grayscale: #7F7F7F. Windows color (decimal): -11233163 or 7706708. OLE color: 7706708.
HSL color Cylindrical-coordinate representation of color #549875: hue angle of 149.12º 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 #549875 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 117 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.40 |
| HSL | 149.12º | 0.29% | 0.46% | - |
| HSV(B) | 149.12º | 0.45% | 0.6% | - |
| XYZ | 18.1 | 25.63 | 20.82 | - |
| YUV | 127.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 117 | 0.45 | 0 | 0.23 | 0.40 | 149.12 | 0.29 | 0.46 |
| Hex | 54 | 98 | 75 | 2D | 0 | 17 | 28 | 95 | 1D | 2E |
| Octal | 124 | 230 | 165 | 55 | 0 | 27 | 50 | 225 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1110101 | 101101 | 0 | 10111 | 101000 | 10010101 | 11101 | 101110 |
Color Harmonies of #549875
Complementary color
Monochromatic Colors of #549875
Black with #549875
Text Example
Text Example
White with #549875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549875; }
p { color: rgb(84,152,117); }
H1.HeaderClassName
{
color: #549875;
}
.AnyTagClassName
{
color: #549875;
}
</style>
background-color css
<style>
a { background-color: #549875; }
a { background-color: rgb(84,152,117); }
div.DivClassName
{
background-color: #549875;
}
.BgClassName
{
background-color: #549875;
}
</style>
border-color css
<style>
span { border-color: #549875; }
span { border-color: rgb(84,152,117); }
td.TdClassName
{
border-color: #549875;
}
.TagClassName
{
border-color: #549875;
}
</style>