Shades of Ocean Green #529369
Tints of Ocean Green #529369
RGB
CMYK
RGB Variations
Color information
#529369 (or 0x529369) is known color: Ocean Green. HEX triplet: 52, 93 and 69. RGB value is (82,147,105). Sum of RGB (Red+Green+Blue) = 82+147+105=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #529369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529369 is #AD6C96. Grayscale: #7A7A7A. Windows color (decimal): -11365527 or 6918994. OLE color: 6918994.
HSL color Cylindrical-coordinate representation of color #529369: hue angle of 141.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529369 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 105 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.42 |
| HSL | 141.23º | 0.28% | 0.45% | - |
| HSV(B) | 141.23º | 0.44% | 0.58% | - |
| XYZ | 16.46 | 23.68 | 17.07 | - |
| YUV | 122.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 105 | 0.44 | 0 | 0.29 | 0.42 | 141.23 | 0.28 | 0.45 |
| Hex | 52 | 93 | 69 | 2C | 0 | 1D | 2A | 8D | 1C | 2D |
| Octal | 122 | 223 | 151 | 54 | 0 | 35 | 52 | 215 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1101001 | 101100 | 0 | 11101 | 101010 | 10001101 | 11100 | 101101 |
Color Harmonies of #529369
Complementary color
Monochromatic Colors of #529369
Black with #529369
Text Example
Text Example
White with #529369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529369; }
p { color: rgb(82,147,105); }
H1.HeaderClassName
{
color: #529369;
}
.AnyTagClassName
{
color: #529369;
}
</style>
background-color css
<style>
a { background-color: #529369; }
a { background-color: rgb(82,147,105); }
div.DivClassName
{
background-color: #529369;
}
.BgClassName
{
background-color: #529369;
}
</style>
border-color css
<style>
span { border-color: #529369; }
span { border-color: rgb(82,147,105); }
td.TdClassName
{
border-color: #529369;
}
.TagClassName
{
border-color: #529369;
}
</style>