Shades of Ocean Green #549872
Tints of Ocean Green #549872
RGB
CMYK
RGB Variations
Color information
#549872 (or 0x549872) is known color: Ocean Green. HEX triplet: 54, 98 and 72. RGB value is (84,152,114). Sum of RGB (Red+Green+Blue) = 84+152+114=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #549872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549872 is #AB678D. Grayscale: #7F7F7F. Windows color (decimal): -11233166 or 7510100. OLE color: 7510100.
HSL color Cylindrical-coordinate representation of color #549872: hue angle of 146.47º 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 #549872 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 114 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.40 |
| HSL | 146.47º | 0.29% | 0.46% | - |
| HSV(B) | 146.47º | 0.45% | 0.6% | - |
| XYZ | 17.92 | 25.56 | 19.91 | - |
| YUV | 127.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 114 | 0.45 | 0 | 0.25 | 0.40 | 146.47 | 0.29 | 0.46 |
| Hex | 54 | 98 | 72 | 2D | 0 | 19 | 28 | 92 | 1D | 2E |
| Octal | 124 | 230 | 162 | 55 | 0 | 31 | 50 | 222 | 35 | 56 |
| Binary | 1010100 | 10011000 | 1110010 | 101101 | 0 | 11001 | 101000 | 10010010 | 11101 | 101110 |
Color Harmonies of #549872
Complementary color
Monochromatic Colors of #549872
Black with #549872
Text Example
Text Example
White with #549872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549872; }
p { color: rgb(84,152,114); }
H1.HeaderClassName
{
color: #549872;
}
.AnyTagClassName
{
color: #549872;
}
</style>
background-color css
<style>
a { background-color: #549872; }
a { background-color: rgb(84,152,114); }
div.DivClassName
{
background-color: #549872;
}
.BgClassName
{
background-color: #549872;
}
</style>
border-color css
<style>
span { border-color: #549872; }
span { border-color: rgb(84,152,114); }
td.TdClassName
{
border-color: #549872;
}
.TagClassName
{
border-color: #549872;
}
</style>