#529B79

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

Shades of Ocean Green #529B79

Tints of Ocean Green #529B79

Color information

#529B79 (or 0x529B79) is unknown color: approx Ocean Green. HEX triplet: 52, 9B and 79. RGB value is (82,155,121). Sum of RGB (Red+Green+Blue) = 82+155+121=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #529B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B79 is #AD6486. Grayscale: #818181. Windows color (decimal): -11363463 or 7969618. OLE color: 7969618.

HSL color Cylindrical-coordinate representation of color #529B79: hue angle of 152.05º 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 #529B79 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB82155121-
CMYK0.4700.220.39
HSL152.05º30.8%46.47%-
HSV(B)152.05º47.1%60.78%-
XYZ18.6526.6222.24-
YUV129.3123.3294.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=22.91%
G=43.30%
B=33.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551210.4700.220.39152.0530.846.47
Hex529B792F01627981f2e
Octal12223317157026472303756
Binary10100101001101111110011011110101101001111001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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