Shades of Ocean Green #52946F
Tints of Ocean Green #52946F
RGB
CMYK
RGB Variations
Color information
#52946F (or 0x52946F) is known color: Ocean Green. HEX triplet: 52, 94 and 6F. RGB value is (82,148,111). Sum of RGB (Red+Green+Blue) = 82+148+111=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #52946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52946F is #AD6B90. Grayscale: #7C7C7C. Windows color (decimal): -11365265 or 7312466. OLE color: 7312466.
HSL color Cylindrical-coordinate representation of color #52946F: hue angle of 146.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52946F is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 111 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.42 |
| HSL | 146.36º | 0.29% | 0.45% | - |
| HSV(B) | 146.36º | 0.45% | 0.58% | - |
| XYZ | 16.94 | 24.12 | 18.8 | - |
| YUV | 124.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 111 | 0.45 | 0 | 0.25 | 0.42 | 146.36 | 0.29 | 0.45 |
| Hex | 52 | 94 | 6F | 2D | 0 | 19 | 2A | 92 | 1D | 2D |
| Octal | 122 | 224 | 157 | 55 | 0 | 31 | 52 | 222 | 35 | 55 |
| Binary | 1010010 | 10010100 | 1101111 | 101101 | 0 | 11001 | 101010 | 10010010 | 11101 | 101101 |
Color Harmonies of #52946F
Complementary color
Monochromatic Colors of #52946F
Black with #52946F
Text Example
Text Example
White with #52946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52946F; }
p { color: rgb(82,148,111); }
H1.HeaderClassName
{
color: #52946F;
}
.AnyTagClassName
{
color: #52946F;
}
</style>
background-color css
<style>
a { background-color: #52946F; }
a { background-color: rgb(82,148,111); }
div.DivClassName
{
background-color: #52946F;
}
.BgClassName
{
background-color: #52946F;
}
</style>
border-color css
<style>
span { border-color: #52946F; }
span { border-color: rgb(82,148,111); }
td.TdClassName
{
border-color: #52946F;
}
.TagClassName
{
border-color: #52946F;
}
</style>