Shades of Ocean Green #549D6F
Tints of Ocean Green #549D6F
RGB
CMYK
RGB Variations
Color information
#549D6F (or 0x549D6F) is known color: Ocean Green. HEX triplet: 54, 9D and 6F. RGB value is (84,157,111). Sum of RGB (Red+Green+Blue) = 84+157+111=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #549D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D6F is #AB6290. Grayscale: #828282. Windows color (decimal): -11231889 or 7314772. OLE color: 7314772.
HSL color Cylindrical-coordinate representation of color #549D6F: hue angle of 142.19º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D6F is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 111 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.38 |
| HSL | 142.19º | 0.3% | 0.47% | - |
| HSV(B) | 142.19º | 0.46% | 0.62% | - |
| XYZ | 18.58 | 27.15 | 19.3 | - |
| YUV | 129.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 111 | 0.46 | 0 | 0.29 | 0.38 | 142.19 | 0.3 | 0.47 |
| Hex | 54 | 9D | 6F | 2E | 0 | 1D | 26 | 8E | 1E | 2F |
| Octal | 124 | 235 | 157 | 56 | 0 | 35 | 46 | 216 | 36 | 57 |
| Binary | 1010100 | 10011101 | 1101111 | 101110 | 0 | 11101 | 100110 | 10001110 | 11110 | 101111 |
Color Harmonies of #549D6F
Complementary color
Monochromatic Colors of #549D6F
Black with #549D6F
Text Example
Text Example
White with #549D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D6F; }
p { color: rgb(84,157,111); }
H1.HeaderClassName
{
color: #549D6F;
}
.AnyTagClassName
{
color: #549D6F;
}
</style>
background-color css
<style>
a { background-color: #549D6F; }
a { background-color: rgb(84,157,111); }
div.DivClassName
{
background-color: #549D6F;
}
.BgClassName
{
background-color: #549D6F;
}
</style>
border-color css
<style>
span { border-color: #549D6F; }
span { border-color: rgb(84,157,111); }
td.TdClassName
{
border-color: #549D6F;
}
.TagClassName
{
border-color: #549D6F;
}
</style>