#529A78

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

Shades of Ocean Green #529A78

Tints of Ocean Green #529A78

Color information

#529A78 (or 0x529A78) is unknown color: approx Ocean Green. HEX triplet: 52, 9A and 78. RGB value is (82,154,120). Sum of RGB (Red+Green+Blue) = 82+154+120=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #529A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A78 is #AD6587. Grayscale: #808080. Windows color (decimal): -11363720 or 7903826. OLE color: 7903826.

HSL color Cylindrical-coordinate representation of color #529A78: hue angle of 151.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A78 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB82154120-
CMYK0.4700.220.40
HSL151.67º30.51%46.27%-
HSV(B)151.67º46.75%60.39%-
XYZ18.4326.2621.87-
YUV128.6123.1594.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=23.03%
G=43.26%
B=33.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541200.4700.220.40151.6730.5146.27
Hex529A782F01628981f2e
Octal12223217057026502303756
Binary10100101001101011110001011110101101010001001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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