#529B76

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

Shades of Ocean Green #529B76

Tints of Ocean Green #529B76

Color information

#529B76 (or 0x529B76) is unknown color: approx Ocean Green. HEX triplet: 52, 9B and 76. RGB value is (82,155,118). Sum of RGB (Red+Green+Blue) = 82+155+118=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #529B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B76 is #AD6489. Grayscale: #818181. Windows color (decimal): -11363466 or 7773010. OLE color: 7773010.

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

Color convert

RGB82155118-
CMYK0.4700.240.39
HSL149.59º30.8%46.47%-
HSV(B)149.59º47.1%60.78%-
XYZ18.4726.5421.29-
YUV128.96121.8294.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=23.10%
G=43.66%
B=33.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551180.4700.240.39149.5930.846.47
Hex529B762F01827961f2e
Octal12223316657030472263756
Binary10100101001101111101101011110110001001111001011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,118); }

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

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

 a { background-color: rgb(82,155,118); }

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

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

 span { border-color: rgb(82,155,118); }

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