Shades of Ocean Green #529876
Tints of Ocean Green #529876
RGB
CMYK
RGB Variations
Color information
#529876 (or 0x529876) is known color: Ocean Green. HEX triplet: 52, 98 and 76. RGB value is (82,152,118). Sum of RGB (Red+Green+Blue) = 82+152+118=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #529876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529876 is #AD6789. Grayscale: #7F7F7F. Windows color (decimal): -11364234 or 7772242. OLE color: 7772242.
HSL color Cylindrical-coordinate representation of color #529876: hue angle of 150.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529876 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 118 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.40 |
| HSL | 150.86º | 0.3% | 0.46% | - |
| HSV(B) | 150.86º | 0.46% | 0.6% | - |
| XYZ | 17.98 | 25.56 | 21.13 | - |
| YUV | 127.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 118 | 0.46 | 0 | 0.22 | 0.40 | 150.86 | 0.3 | 0.46 |
| Hex | 52 | 98 | 76 | 2E | 0 | 16 | 28 | 97 | 1E | 2E |
| Octal | 122 | 230 | 166 | 56 | 0 | 26 | 50 | 227 | 36 | 56 |
| Binary | 1010010 | 10011000 | 1110110 | 101110 | 0 | 10110 | 101000 | 10010111 | 11110 | 101110 |
Color Harmonies of #529876
Complementary color
Monochromatic Colors of #529876
Black with #529876
Text Example
Text Example
White with #529876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529876; }
p { color: rgb(82,152,118); }
H1.HeaderClassName
{
color: #529876;
}
.AnyTagClassName
{
color: #529876;
}
</style>
background-color css
<style>
a { background-color: #529876; }
a { background-color: rgb(82,152,118); }
div.DivClassName
{
background-color: #529876;
}
.BgClassName
{
background-color: #529876;
}
</style>
border-color css
<style>
span { border-color: #529876; }
span { border-color: rgb(82,152,118); }
td.TdClassName
{
border-color: #529876;
}
.TagClassName
{
border-color: #529876;
}
</style>