Shades of Ocean Green #529D6D
Tints of Ocean Green #529D6D
RGB
CMYK
RGB Variations
Color information
#529D6D (or 0x529D6D) is known color: Ocean Green. HEX triplet: 52, 9D and 6D. RGB value is (82,157,109). Sum of RGB (Red+Green+Blue) = 82+157+109=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #529D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D6D is #AD6292. Grayscale: #818181. Windows color (decimal): -11362963 or 7183698. OLE color: 7183698.
HSL color Cylindrical-coordinate representation of color #529D6D: hue angle of 141.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D6D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 109 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.38 |
| HSL | 141.6º | 0.31% | 0.47% | - |
| HSV(B) | 141.6º | 0.48% | 0.62% | - |
| XYZ | 18.3 | 27.01 | 18.72 | - |
| YUV | 129.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 109 | 0.48 | 0 | 0.31 | 0.38 | 141.6 | 0.31 | 0.47 |
| Hex | 52 | 9D | 6D | 30 | 0 | 1F | 26 | 8E | 1F | 2F |
| Octal | 122 | 235 | 155 | 60 | 0 | 37 | 46 | 216 | 37 | 57 |
| Binary | 1010010 | 10011101 | 1101101 | 110000 | 0 | 11111 | 100110 | 10001110 | 11111 | 101111 |
Color Harmonies of #529D6D
Complementary color
Monochromatic Colors of #529D6D
Black with #529D6D
Text Example
Text Example
White with #529D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D6D; }
p { color: rgb(82,157,109); }
H1.HeaderClassName
{
color: #529D6D;
}
.AnyTagClassName
{
color: #529D6D;
}
</style>
background-color css
<style>
a { background-color: #529D6D; }
a { background-color: rgb(82,157,109); }
div.DivClassName
{
background-color: #529D6D;
}
.BgClassName
{
background-color: #529D6D;
}
</style>
border-color css
<style>
span { border-color: #529D6D; }
span { border-color: rgb(82,157,109); }
td.TdClassName
{
border-color: #529D6D;
}
.TagClassName
{
border-color: #529D6D;
}
</style>