#529B6D

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

Shades of Ocean Green #529B6D

Tints of Ocean Green #529B6D

Color information

#529B6D (or 0x529B6D) is unknown color: approx Ocean Green. HEX triplet: 52, 9B and 6D. RGB value is (82,155,109). Sum of RGB (Red+Green+Blue) = 82+155+109=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #529B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B6D is #AD6492. Grayscale: #808080. Windows color (decimal): -11363475 or 7183186. OLE color: 7183186.

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

Color convert

RGB82155109-
CMYK0.4700.300.39
HSL142.19º30.8%46.47%-
HSV(B)142.19º47.1%60.78%-
XYZ17.9626.3418.61-
YUV127.93117.3295.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=23.70%
G=44.80%
B=31.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551090.4700.300.39142.1930.846.47
Hex529B6D2F01E278e1f2e
Octal12223315557036472163756
Binary10100101001101111011011011110111101001111000111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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