Shades of Ocean Green #529768
Tints of Ocean Green #529768
RGB
CMYK
RGB Variations
Color information
#529768 (or 0x529768) is known color: Ocean Green. HEX triplet: 52, 97 and 68. RGB value is (82,151,104). Sum of RGB (Red+Green+Blue) = 82+151+104=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #529768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529768 is #AD6897. Grayscale: #7D7D7D. Windows color (decimal): -11364504 or 6854482. OLE color: 6854482.
HSL color Cylindrical-coordinate representation of color #529768: hue angle of 139.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529768 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 151 | 104 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.41 |
| HSL | 139.13º | 0.3% | 0.46% | - |
| HSV(B) | 139.13º | 0.46% | 0.59% | - |
| XYZ | 17.04 | 24.93 | 17.01 | - |
| YUV | 125.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 104 | 0.46 | 0 | 0.31 | 0.41 | 139.13 | 0.3 | 0.46 |
| Hex | 52 | 97 | 68 | 2E | 0 | 1F | 29 | 8B | 1E | 2E |
| Octal | 122 | 227 | 150 | 56 | 0 | 37 | 51 | 213 | 36 | 56 |
| Binary | 1010010 | 10010111 | 1101000 | 101110 | 0 | 11111 | 101001 | 10001011 | 11110 | 101110 |
Color Harmonies of #529768
Complementary color
Monochromatic Colors of #529768
Black with #529768
Text Example
Text Example
White with #529768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529768; }
p { color: rgb(82,151,104); }
H1.HeaderClassName
{
color: #529768;
}
.AnyTagClassName
{
color: #529768;
}
</style>
background-color css
<style>
a { background-color: #529768; }
a { background-color: rgb(82,151,104); }
div.DivClassName
{
background-color: #529768;
}
.BgClassName
{
background-color: #529768;
}
</style>
border-color css
<style>
span { border-color: #529768; }
span { border-color: rgb(82,151,104); }
td.TdClassName
{
border-color: #529768;
}
.TagClassName
{
border-color: #529768;
}
</style>