Shades of Ocean Green #52996C
Tints of Ocean Green #52996C
RGB
CMYK
RGB Variations
Color information
#52996C (or 0x52996C) is known color: Ocean Green. HEX triplet: 52, 99 and 6C. RGB value is (82,153,108). Sum of RGB (Red+Green+Blue) = 82+153+108=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #52996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52996C is #AD6693. Grayscale: #7E7E7E. Windows color (decimal): -11363988 or 7117138. OLE color: 7117138.
HSL color Cylindrical-coordinate representation of color #52996C: hue angle of 141.97º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52996C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 108 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.4 |
| HSL | 141.97º | 0.3% | 0.46% | - |
| HSV(B) | 141.97º | 0.46% | 0.6% | - |
| XYZ | 17.58 | 25.66 | 18.21 | - |
| YUV | 126.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 108 | 0.46 | 0 | 0.29 | 0.4 | 141.97 | 0.3 | 0.46 |
| Hex | 52 | 99 | 6C | 2E | 0 | 1D | 28 | 8E | 1E | 2E |
| Octal | 122 | 231 | 154 | 56 | 0 | 35 | 50 | 216 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1101100 | 101110 | 0 | 11101 | 101000 | 10001110 | 11110 | 101110 |
Color Harmonies of #52996C
Complementary color
Monochromatic Colors of #52996C
Black with #52996C
Text Example
Text Example
White with #52996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52996C; }
p { color: rgb(82,153,108); }
H1.HeaderClassName
{
color: #52996C;
}
.AnyTagClassName
{
color: #52996C;
}
</style>
background-color css
<style>
a { background-color: #52996C; }
a { background-color: rgb(82,153,108); }
div.DivClassName
{
background-color: #52996C;
}
.BgClassName
{
background-color: #52996C;
}
</style>
border-color css
<style>
span { border-color: #52996C; }
span { border-color: rgb(82,153,108); }
td.TdClassName
{
border-color: #52996C;
}
.TagClassName
{
border-color: #52996C;
}
</style>