Shades of Ocean Green #529268
Tints of Ocean Green #529268
RGB
CMYK
RGB Variations
Color information
#529268 (or 0x529268) is known color: Ocean Green. HEX triplet: 52, 92 and 68. RGB value is (82,146,104). Sum of RGB (Red+Green+Blue) = 82+146+104=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #529268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529268 is #AD6D97. Grayscale: #7A7A7A. Windows color (decimal): -11365784 or 6853202. OLE color: 6853202.
HSL color Cylindrical-coordinate representation of color #529268: hue angle of 140.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529268 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 104 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.43 |
| HSL | 140.63º | 0.28% | 0.45% | - |
| HSV(B) | 140.63º | 0.44% | 0.57% | - |
| XYZ | 16.26 | 23.35 | 16.75 | - |
| YUV | 122.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 104 | 0.44 | 0 | 0.29 | 0.43 | 140.63 | 0.28 | 0.45 |
| Hex | 52 | 92 | 68 | 2C | 0 | 1D | 2B | 8D | 1C | 2D |
| Octal | 122 | 222 | 150 | 54 | 0 | 35 | 53 | 215 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1101000 | 101100 | 0 | 11101 | 101011 | 10001101 | 11100 | 101101 |
Color Harmonies of #529268
Complementary color
Monochromatic Colors of #529268
Black with #529268
Text Example
Text Example
White with #529268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529268; }
p { color: rgb(82,146,104); }
H1.HeaderClassName
{
color: #529268;
}
.AnyTagClassName
{
color: #529268;
}
</style>
background-color css
<style>
a { background-color: #529268; }
a { background-color: rgb(82,146,104); }
div.DivClassName
{
background-color: #529268;
}
.BgClassName
{
background-color: #529268;
}
</style>
border-color css
<style>
span { border-color: #529268; }
span { border-color: rgb(82,146,104); }
td.TdClassName
{
border-color: #529268;
}
.TagClassName
{
border-color: #529268;
}
</style>