Shades of Ocean Green #52926D
Tints of Ocean Green #52926D
RGB
CMYK
RGB Variations
Color information
#52926D (or 0x52926D) is known color: Ocean Green. HEX triplet: 52, 92 and 6D. RGB value is (82,146,109). Sum of RGB (Red+Green+Blue) = 82+146+109=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #52926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52926D is #AD6D92. Grayscale: #7A7A7A. Windows color (decimal): -11365779 or 7180882. OLE color: 7180882.
HSL color Cylindrical-coordinate representation of color #52926D: hue angle of 145.31º 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 #52926D is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 109 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.43 |
| HSL | 145.31º | 0.28% | 0.45% | - |
| HSV(B) | 145.31º | 0.44% | 0.57% | - |
| XYZ | 16.52 | 23.46 | 18.12 | - |
| YUV | 122.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 109 | 0.44 | 0 | 0.25 | 0.43 | 145.31 | 0.28 | 0.45 |
| Hex | 52 | 92 | 6D | 2C | 0 | 19 | 2B | 91 | 1C | 2D |
| Octal | 122 | 222 | 155 | 54 | 0 | 31 | 53 | 221 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1101101 | 101100 | 0 | 11001 | 101011 | 10010001 | 11100 | 101101 |
Color Harmonies of #52926D
Complementary color
Monochromatic Colors of #52926D
Black with #52926D
Text Example
Text Example
White with #52926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52926D; }
p { color: rgb(82,146,109); }
H1.HeaderClassName
{
color: #52926D;
}
.AnyTagClassName
{
color: #52926D;
}
</style>
background-color css
<style>
a { background-color: #52926D; }
a { background-color: rgb(82,146,109); }
div.DivClassName
{
background-color: #52926D;
}
.BgClassName
{
background-color: #52926D;
}
</style>
border-color css
<style>
span { border-color: #52926D; }
span { border-color: rgb(82,146,109); }
td.TdClassName
{
border-color: #52926D;
}
.TagClassName
{
border-color: #52926D;
}
</style>