#529F78

Color #529F78 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #529F78

Tints of Ocean Green #529F78

Color information

#529F78 (or 0x529F78) is unknown color: approx Ocean Green. HEX triplet: 52, 9F and 78. RGB value is (82,159,120). Sum of RGB (Red+Green+Blue) = 82+159+120=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #529F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F78 is #AD6087. Grayscale: #838383. Windows color (decimal): -11362440 or 7905106. OLE color: 7905106.

HSL color Cylindrical-coordinate representation of color #529F78: hue angle of 149.61º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F78 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB82159120-
CMYK0.4800.250.38
HSL149.61º31.95%47.25%-
HSV(B)149.61º48.43%62.35%-
XYZ19.2727.9522.15-
YUV131.53121.4992.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=22.71%
G=44.04%
B=33.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821591200.4800.250.38149.6131.9547.25
Hex529F78300192696202f
Octal12223717060031462264057
Binary101001010011111111100011000001100110011010010110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529F78; }

 p { color: rgb(82,159,120); }

 H1.HeaderClassName
 {
   color: #529F78;
 }
 .AnyTagClassName
 {
   color: #529F78;
 }
</style>
background-color css

<style>
 a { background-color: #529F78; }

 a { background-color: rgb(82,159,120); }

 div.DivClassName
 {
   background-color: #529F78;
 }
 .BgClassName
 {
   background-color: #529F78;
 }
</style>
border-color css

<style>
 span { border-color: #529F78; }

 span { border-color: rgb(82,159,120); }

 td.TdClassName
 {
   border-color: #529F78;
 }
 .TagClassName
 {
   border-color: #529F78;
 }
</style>