Shades of Ocean Green #529671
Tints of Ocean Green #529671
RGB
CMYK
RGB Variations
Color information
#529671 (or 0x529671) is known color: Ocean Green. HEX triplet: 52, 96 and 71. RGB value is (82,150,113). Sum of RGB (Red+Green+Blue) = 82+150+113=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #529671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529671 is #AD698E. Grayscale: #7D7D7D. Windows color (decimal): -11364751 or 7444050. OLE color: 7444050.
HSL color Cylindrical-coordinate representation of color #529671: hue angle of 147.35º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529671 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 113 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.41 |
| HSL | 147.35º | 0.29% | 0.45% | - |
| HSV(B) | 147.35º | 0.45% | 0.59% | - |
| XYZ | 17.37 | 24.8 | 19.49 | - |
| YUV | 125.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 113 | 0.45 | 0 | 0.25 | 0.41 | 147.35 | 0.29 | 0.45 |
| Hex | 52 | 96 | 71 | 2D | 0 | 19 | 29 | 93 | 1D | 2D |
| Octal | 122 | 226 | 161 | 55 | 0 | 31 | 51 | 223 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1110001 | 101101 | 0 | 11001 | 101001 | 10010011 | 11101 | 101101 |
Color Harmonies of #529671
Complementary color
Monochromatic Colors of #529671
Black with #529671
Text Example
Text Example
White with #529671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529671; }
p { color: rgb(82,150,113); }
H1.HeaderClassName
{
color: #529671;
}
.AnyTagClassName
{
color: #529671;
}
</style>
background-color css
<style>
a { background-color: #529671; }
a { background-color: rgb(82,150,113); }
div.DivClassName
{
background-color: #529671;
}
.BgClassName
{
background-color: #529671;
}
</style>
border-color css
<style>
span { border-color: #529671; }
span { border-color: rgb(82,150,113); }
td.TdClassName
{
border-color: #529671;
}
.TagClassName
{
border-color: #529671;
}
</style>