Shades of Ocean Green #52926B
Tints of Ocean Green #52926B
RGB
CMYK
RGB Variations
Color information
#52926B (or 0x52926B) is known color: Ocean Green. HEX triplet: 52, 92 and 6B. RGB value is (82,146,107). Sum of RGB (Red+Green+Blue) = 82+146+107=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #52926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52926B is #AD6D94. Grayscale: #7A7A7A. Windows color (decimal): -11365781 or 7049810. OLE color: 7049810.
HSL color Cylindrical-coordinate representation of color #52926B: hue angle of 143.44º 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 #52926B is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 107 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.43 |
| HSL | 143.44º | 0.28% | 0.45% | - |
| HSV(B) | 143.44º | 0.44% | 0.57% | - |
| XYZ | 16.41 | 23.41 | 17.56 | - |
| YUV | 122.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 107 | 0.44 | 0 | 0.27 | 0.43 | 143.44 | 0.28 | 0.45 |
| Hex | 52 | 92 | 6B | 2C | 0 | 1B | 2B | 8F | 1C | 2D |
| Octal | 122 | 222 | 153 | 54 | 0 | 33 | 53 | 217 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1101011 | 101100 | 0 | 11011 | 101011 | 10001111 | 11100 | 101101 |
Color Harmonies of #52926B
Complementary color
Monochromatic Colors of #52926B
Black with #52926B
Text Example
Text Example
White with #52926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52926B; }
p { color: rgb(82,146,107); }
H1.HeaderClassName
{
color: #52926B;
}
.AnyTagClassName
{
color: #52926B;
}
</style>
background-color css
<style>
a { background-color: #52926B; }
a { background-color: rgb(82,146,107); }
div.DivClassName
{
background-color: #52926B;
}
.BgClassName
{
background-color: #52926B;
}
</style>
border-color css
<style>
span { border-color: #52926B; }
span { border-color: rgb(82,146,107); }
td.TdClassName
{
border-color: #52926B;
}
.TagClassName
{
border-color: #52926B;
}
</style>