Shades of Ocean Green #52A366
Tints of Ocean Green #52A366
RGB
CMYK
RGB Variations
Color information
#52A366 (or 0x52A366) is known color: Ocean Green. HEX triplet: 52, A3 and 66. RGB value is (82,163,102). Sum of RGB (Red+Green+Blue) = 82+163+102=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #52A366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A366 is #AD5C99. Grayscale: #838383. Windows color (decimal): -11361434 or 6726482. OLE color: 6726482.
HSL color Cylindrical-coordinate representation of color #52A366: hue angle of 134.81º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A366 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 163 | 102 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.36 |
| HSL | 134.81º | 0.33% | 0.48% | - |
| HSV(B) | 134.81º | 0.5% | 0.64% | - |
| XYZ | 18.98 | 28.95 | 17.16 | - |
| YUV | 131.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 102 | 0.50 | 0 | 0.37 | 0.36 | 134.81 | 0.33 | 0.48 |
| Hex | 52 | A3 | 66 | 32 | 0 | 25 | 24 | 87 | 21 | 30 |
| Octal | 122 | 243 | 146 | 62 | 0 | 45 | 44 | 207 | 41 | 60 |
| Binary | 1010010 | 10100011 | 1100110 | 110010 | 0 | 100101 | 100100 | 10000111 | 100001 | 110000 |
Color Harmonies of #52A366
Complementary color
Monochromatic Colors of #52A366
Black with #52A366
Text Example
Text Example
White with #52A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A366; }
p { color: rgb(82,163,102); }
H1.HeaderClassName
{
color: #52A366;
}
.AnyTagClassName
{
color: #52A366;
}
</style>
background-color css
<style>
a { background-color: #52A366; }
a { background-color: rgb(82,163,102); }
div.DivClassName
{
background-color: #52A366;
}
.BgClassName
{
background-color: #52A366;
}
</style>
border-color css
<style>
span { border-color: #52A366; }
span { border-color: rgb(82,163,102); }
td.TdClassName
{
border-color: #52A366;
}
.TagClassName
{
border-color: #52A366;
}
</style>