Shades of Ocean Green #539D77
Tints of Ocean Green #539D77
RGB
CMYK
RGB Variations
Color information
#539D77 (or 0x539D77) is known color: Ocean Green. HEX triplet: 53, 9D and 77. RGB value is (83,157,119). Sum of RGB (Red+Green+Blue) = 83+157+119=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #539D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D77 is #AC6288. Grayscale: #828282. Windows color (decimal): -11297417 or 7839059. OLE color: 7839059.
HSL color Cylindrical-coordinate representation of color #539D77: hue angle of 149.19º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D77 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 119 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.38 |
| HSL | 149.19º | 0.31% | 0.47% | - |
| HSV(B) | 149.19º | 0.47% | 0.62% | - |
| XYZ | 18.95 | 27.28 | 21.72 | - |
| YUV | 130.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 119 | 0.47 | 0 | 0.24 | 0.38 | 149.19 | 0.31 | 0.47 |
| Hex | 53 | 9D | 77 | 2F | 0 | 18 | 26 | 95 | 1F | 2F |
| Octal | 123 | 235 | 167 | 57 | 0 | 30 | 46 | 225 | 37 | 57 |
| Binary | 1010011 | 10011101 | 1110111 | 101111 | 0 | 11000 | 100110 | 10010101 | 11111 | 101111 |
Color Harmonies of #539D77
Complementary color
Monochromatic Colors of #539D77
Black with #539D77
Text Example
Text Example
White with #539D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D77; }
p { color: rgb(83,157,119); }
H1.HeaderClassName
{
color: #539D77;
}
.AnyTagClassName
{
color: #539D77;
}
</style>
background-color css
<style>
a { background-color: #539D77; }
a { background-color: rgb(83,157,119); }
div.DivClassName
{
background-color: #539D77;
}
.BgClassName
{
background-color: #539D77;
}
</style>
border-color css
<style>
span { border-color: #539D77; }
span { border-color: rgb(83,157,119); }
td.TdClassName
{
border-color: #539D77;
}
.TagClassName
{
border-color: #539D77;
}
</style>