#529B6C

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

Shades of Ocean Green #529B6C

Tints of Ocean Green #529B6C

Color information

#529B6C (or 0x529B6C) is unknown color: approx Ocean Green. HEX triplet: 52, 9B and 6C. RGB value is (82,155,108). Sum of RGB (Red+Green+Blue) = 82+155+108=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #529B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B6C is #AD6493. Grayscale: #7F7F7F. Windows color (decimal): -11363476 or 7117650. OLE color: 7117650.

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

Color convert

RGB82155108-
CMYK0.4700.300.39
HSL141.37º30.8%46.47%-
HSV(B)141.37º47.1%60.78%-
XYZ17.9126.3218.32-
YUV127.82116.8295.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=23.77%
G=44.93%
B=31.30%

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
Decimal821551080.4700.300.39141.3730.846.47
Hex529B6C2F01E278d1f2e
Octal12223315457036472153756
Binary10100101001101111011001011110111101001111000110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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