Shades of Ocean Green #529C72
Tints of Ocean Green #529C72
RGB
CMYK
RGB Variations
Color information
#529C72 (or 0x529C72) is known color: Ocean Green. HEX triplet: 52, 9C and 72. RGB value is (82,156,114). Sum of RGB (Red+Green+Blue) = 82+156+114=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #529C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C72 is #AD638D. Grayscale: #818181. Windows color (decimal): -11363214 or 7511122. OLE color: 7511122.
HSL color Cylindrical-coordinate representation of color #529C72: hue angle of 145.95º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C72 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 114 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.39 |
| HSL | 145.95º | 0.31% | 0.47% | - |
| HSV(B) | 145.95º | 0.47% | 0.61% | - |
| XYZ | 18.41 | 26.79 | 20.12 | - |
| YUV | 129.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 114 | 0.47 | 0 | 0.27 | 0.39 | 145.95 | 0.31 | 0.47 |
| Hex | 52 | 9C | 72 | 2F | 0 | 1B | 27 | 92 | 1F | 2F |
| Octal | 122 | 234 | 162 | 57 | 0 | 33 | 47 | 222 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1110010 | 101111 | 0 | 11011 | 100111 | 10010010 | 11111 | 101111 |
Color Harmonies of #529C72
Complementary color
Monochromatic Colors of #529C72
Black with #529C72
Text Example
Text Example
White with #529C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C72; }
p { color: rgb(82,156,114); }
H1.HeaderClassName
{
color: #529C72;
}
.AnyTagClassName
{
color: #529C72;
}
</style>
background-color css
<style>
a { background-color: #529C72; }
a { background-color: rgb(82,156,114); }
div.DivClassName
{
background-color: #529C72;
}
.BgClassName
{
background-color: #529C72;
}
</style>
border-color css
<style>
span { border-color: #529C72; }
span { border-color: rgb(82,156,114); }
td.TdClassName
{
border-color: #529C72;
}
.TagClassName
{
border-color: #529C72;
}
</style>