#529B6F

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

Shades of Ocean Green #529B6F

Tints of Ocean Green #529B6F

Color information

#529B6F (or 0x529B6F) is unknown color: approx Ocean Green. HEX triplet: 52, 9B and 6F. RGB value is (82,155,111). Sum of RGB (Red+Green+Blue) = 82+155+111=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #529B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B6F is #AD6490. Grayscale: #808080. Windows color (decimal): -11363473 or 7314258. OLE color: 7314258.

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

Color convert

RGB82155111-
CMYK0.4700.280.39
HSL143.84º30.8%46.47%-
HSV(B)143.84º47.1%60.78%-
XYZ18.0726.3819.18-
YUV128.16118.3295.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=23.56%
G=44.54%
B=31.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551110.4700.280.39143.8430.846.47
Hex529B6F2F01C27901f2e
Octal12223315757034472203756
Binary10100101001101111011111011110111001001111001000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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