Shades of Ocean Green #549D6C
Tints of Ocean Green #549D6C
RGB
CMYK
RGB Variations
Color information
#549D6C (or 0x549D6C) is known color: Ocean Green. HEX triplet: 54, 9D and 6C. RGB value is (84,157,108). Sum of RGB (Red+Green+Blue) = 84+157+108=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #549D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D6C is #AB6293. Grayscale: #818181. Windows color (decimal): -11231892 or 7118164. OLE color: 7118164.
HSL color Cylindrical-coordinate representation of color #549D6C: hue angle of 139.73º 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 #549D6C is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 108 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.38 |
| HSL | 139.73º | 0.3% | 0.47% | - |
| HSV(B) | 139.73º | 0.46% | 0.62% | - |
| XYZ | 18.42 | 27.08 | 18.44 | - |
| YUV | 129.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 108 | 0.46 | 0 | 0.31 | 0.38 | 139.73 | 0.3 | 0.47 |
| Hex | 54 | 9D | 6C | 2E | 0 | 1F | 26 | 8C | 1E | 2F |
| Octal | 124 | 235 | 154 | 56 | 0 | 37 | 46 | 214 | 36 | 57 |
| Binary | 1010100 | 10011101 | 1101100 | 101110 | 0 | 11111 | 100110 | 10001100 | 11110 | 101111 |
Color Harmonies of #549D6C
Complementary color
Monochromatic Colors of #549D6C
Black with #549D6C
Text Example
Text Example
White with #549D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D6C; }
p { color: rgb(84,157,108); }
H1.HeaderClassName
{
color: #549D6C;
}
.AnyTagClassName
{
color: #549D6C;
}
</style>
background-color css
<style>
a { background-color: #549D6C; }
a { background-color: rgb(84,157,108); }
div.DivClassName
{
background-color: #549D6C;
}
.BgClassName
{
background-color: #549D6C;
}
</style>
border-color css
<style>
span { border-color: #549D6C; }
span { border-color: rgb(84,157,108); }
td.TdClassName
{
border-color: #549D6C;
}
.TagClassName
{
border-color: #549D6C;
}
</style>